Skip to content

Commit

Permalink
Test Python 3.12 pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 17, 2022
1 parent aa4e316 commit 39b551c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: ["pypy-3.8", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["pypy-3.8", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
os: [windows-latest, macos-latest, ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
lint
py{py3, 311, 310, 39, 38, 37}
py{py3, 312, 311, 310, 39, 38, 37}
isolated_build = true

[testenv]
Expand Down

0 comments on commit 39b551c

Please sign in to comment.