Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb55cbfb

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 wasactually the use of Python 3.8, rather than other seemingly smallchanges made to support using Python 3.8, that made the difference.
1 parent34bbf73 commitb55cbfb

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-pippython38-virtualenv git
33+
packages:python39 python39-pippython39-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)

[8]ページ先頭

©2009-2025 Movatter.jp