Skip to content

Commit 1c48777

Browse files
committed
feat: find the versions that are in the CI
1 parent 5498f1e commit 1c48777

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
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: [3.7, 3.8, 3.9, pypy-3.8, 3.10.1, "3.11.0-alpha.2"]
11+
python-version: [3.7, 3.8, 3.9, pypy-3.8, 3.10.0, "3.11.0-alpha.1"]
1212
os: [
1313
ubuntu-20.04,
1414
macOS-latest,

0 commit comments

Comments
 (0)