Skip to content

Commit

Permalink
Merge pull request #57 from damogranlabs/feature/add-latest-python-31…
Browse files Browse the repository at this point in the history
…2-to-tests

Add py3.12 to Github actions and tox config
  • Loading branch information
schperplata authored Nov 30, 2024
2 parents 1867e6f + 28d851f commit ea64517
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"]
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, analysis

[testenv]
deps =
Expand Down

0 comments on commit ea64517

Please sign in to comment.