Skip to content

Commit

Permalink
Add testing for python3.12 (#1098)
Browse files Browse the repository at this point in the history
* Test for python3.12
  • Loading branch information
eleftherioszisis committed Feb 5, 2024
1 parent cb18a10 commit 58d65d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tox.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -9,7 +9,7 @@ envlist =
docs
coverage
tutorial
py{38,39,310,311}
py{38,39,310,311,312}

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

0 comments on commit 58d65d0

Please sign in to comment.