Skip to content

Commit

Permalink
chore: Add Python 3.12 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Oct 3, 2023
1 parent e5598e3 commit 4934c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
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 = py39,py310,py311,pre-commit
envlist = py39,py310,py311,py312,pre-commit
isolated_build = True

[testenv]
Expand Down

0 comments on commit 4934c7e

Please sign in to comment.