Skip to content

Commit

Permalink
Add python 3.12 to the CI (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 4, 2023
1 parent 767d752 commit d85fd98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v1
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py35, py36, py37, py38, py39, py310, docs, lint, pylint, bandit
envlist = py35, py36, py37, py38, py39, py310, py311, py312, docs, lint, pylint, bandit
skip_missing_interpreters = True

[gh-actions]
Expand All @@ -10,7 +10,8 @@ python =
3.8: py38, mypy
3.9: py39, mypy
3.10: py310, mypy
3.11: py310, mypy
3.11: py311, mypy
3.12: py312, mypy

[testenv]
deps =
Expand Down

0 comments on commit d85fd98

Please sign in to comment.