Skip to content

Commit

Permalink
Add py312 and py313 to github/tox test config
Browse files Browse the repository at this point in the history
  • Loading branch information
schperplata committed Nov 30, 2024
1 parent 1867e6f commit 3be9b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
pytests:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38, py39, py310, py311, analysis
envlist = py38, py39, py310, py311, py312, py313, analysis

[testenv]
deps =
Expand Down

0 comments on commit 3be9b5f

Please sign in to comment.