Skip to content

Commit

Permalink
Test Python 3.12-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 17, 2023
1 parent 7d1444b commit 7603197
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.8']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev', 'pypy-3.8']
os: [ubuntu-latest, macos-latest, windows-latest]
timeout-minutes: 20

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38,39,310,311}
py{36,37,38,39,310,311,312}
build
clean
cov
Expand Down

0 comments on commit 7603197

Please sign in to comment.