Skip to content

Commit b55cbfb

Browse files
committed
Try Python 3.9 with other details the same
Changing it to Python 3.8 worked, but I want to check that it was actually the use of Python 3.8, rather than other seemingly small changes made to support using Python 3.8, that made the difference.
1 parent 34bbf73 commit b55cbfb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/cygwin-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Cygwin
3131
uses: cygwin/cygwin-install-action@v4
3232
with:
33-
packages: python38 python38-pip python38-virtualenv git
33+
packages: python39 python39-pip python39-virtualenv git
3434
add-to-path: false # No need to change $PATH outside the Cygwin environment.
3535

3636
- name: Arrange for verbose output
@@ -58,20 +58,20 @@ jobs:
5858
- name: Update PyPA packages
5959
run: |
6060
# Get the latest pip, setuptools, and wheel.
61-
python3.8 -m pip install -U pip setuptools wheel
61+
python3.9 -m pip install -U pip setuptools wheel
6262
6363
- name: Install project and test dependencies
6464
run: |
65-
python3.8 -m pip install ".[test]"
65+
python3.9 -m pip install ".[test]"
6666
6767
- name: Show version and platform information
6868
run: |
6969
uname -a
70-
command -v git python3.8
70+
command -v git python3.9
7171
git version
72-
python3.8 --version
73-
python3.8 -c 'import os, sys; print(f"sys.platform={sys.platform!r}, os.name={os.name!r}")'
72+
python3.9 --version
73+
python3.9 -c 'import os, sys; print(f"sys.platform={sys.platform!r}, os.name={os.name!r}")'
7474
7575
- name: Test with pytest
7676
run: |
77-
python3.8 -m pytest --color=yes -p no:sugar --instafail -vv
77+
python3.9 -m pytest --color=yes -p no:sugar --instafail -vv

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy