Skip to content

Commit

Permalink
Test 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-Friedrich committed Dec 30, 2023
1 parent a7f6ee8 commit ece2bea
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11-dev']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
# https://github.com/marketplace/actions/checkout
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38,39,310,311}, format, docs, lint
envlist = py{38,39,310,311,312}, format, docs, lint
isolated_build = True

[testenv]
Expand Down Expand Up @@ -39,3 +39,4 @@ python =
3.9: py39
3.10: py310, format, docs, lint
3.11: py311
3.12: py312

0 comments on commit ece2bea

Please sign in to comment.