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

Commitce529b9

Browse files
committed
Trim down list of python-version
With a large number of the versions of Python specified not beingsupported with GitHub Actions, trim it down to the major versions, andadd in 3.11 for good measure.
1 parent24215ac commitce529b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on:ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version:[3.7, 3.7.5, 3.7.12, 3.8, 3.8.0, 3.8.11, 3.8, 3.9,3.9.0, 3.9.7,"3.10"]
21+
python-version:[3.7, 3.8, 3.9,"3.10","3.11"]
2222

2323
steps:
2424
-uses:actions/checkout@v3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp