Skip to content

Commit

Permalink
ci: include Python 3.11 and 3.12 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Mar 8, 2024
1 parent 01206b2 commit 5b0bb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
min_version = 4.3.3
envlist =
py3{8, 9, 10}
py3{8, 9, 10, 11, 12}
flake8
black
bandit
Expand Down

0 comments on commit 5b0bb27

Please sign in to comment.