Skip to content

Commit 0cd4e4d

Browse files
committed
Trim down list of python-version
With a large number of the versions of Python specified not being supported with GitHub Actions, trim it down to the major versions, and add in 3.11 for good measure.
1 parent 2334ee5 commit 0cd4e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pythonpackage.yml

+1-1
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)