Skip to content

Commit

Permalink
Feat: drop 3.11.0 alphas from the test matrix for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar committed Dec 18, 2021
1 parent 1c48777 commit a50e7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, pypy-3.8, 3.10.0, "3.11.0-alpha.1"]
python-version: [3.7, 3.8, 3.9, pypy-3.8, 3.10.0]
os: [
ubuntu-20.04,
macOS-latest,
Expand Down

0 comments on commit a50e7ca

Please sign in to comment.