Skip to content

Commit

Permalink
ci: add python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brulatout committed Mar 15, 2024
1 parent 261e9e0 commit c086012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
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@v3
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 = lint,py38,py39,py10,py11
envlist = lint,py38,py39,py10,py11,py12

[testenv]
deps =
Expand Down

0 comments on commit c086012

Please sign in to comment.