Skip to content

Commit

Permalink
Add 3.10 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
J-M0 committed Dec 21, 2021
1 parent c634d7a commit 955d166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, macos-10.15]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{35,36,37,38,39}{,-setup}, pypy3, pep8
envlist = py{35,36,37,38,39,310}{,-setup}, pypy3, pep8
skipsdist = True

[pytest]
Expand Down

0 comments on commit 955d166

Please sign in to comment.