Skip to content

Commit

Permalink
Run unit tests for Python 3.10 and Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Apr 18, 2023
1 parent 990e784 commit 970b8fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ jobs:
- linux: py38
- linux: py39
- linux: py310
- linux: py311
- macos: py37
- macos: py38
- macos: py39
- macos: py310
- macos: py311
- windows: py37
- windows: py38
- windows: py39
- windows: py310
- windows: py311
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{37,38,39}
envlist = py{37,38,39,310,311}
isolated_build = True

[testenv]
Expand Down

0 comments on commit 970b8fe

Please sign in to comment.