Skip to content

Commit

Permalink
Add CPython 3.10 to supported CPython versions
Browse files Browse the repository at this point in the history
Most big libraries have support for Python 3.10, and it's been out for 3 months now, so I propose we make 3.10 support official also.
  • Loading branch information
Theelx authored Jan 9, 2022
1 parent b71c5de commit 6d0a8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"]
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-20.04]
env:
- TOXENV: libs
Expand Down

0 comments on commit 6d0a8a4

Please sign in to comment.