Skip to content

Commit

Permalink
fix: typo in the name of python 3.11 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar committed Dec 18, 2021
1 parent 5cb10e8 commit 5498f1e
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.1, '3.11.0a2']
python-version: [3.7, 3.8, 3.9, pypy-3.8, 3.10.1, "3.11.0-alpha.2"]
os: [
ubuntu-20.04,
macOS-latest,
Expand Down

0 comments on commit 5498f1e

Please sign in to comment.