Skip to content

Commit

Permalink
CI: Add Python 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Nov 4, 2024
1 parent b119819 commit 8f98806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ jobs:
- py311
- py312
- py313
- py314
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
requires =
tox>=4
env_list = py{311,312,313}
env_list = py{311,312,313,314}

[testenv]
commands =
Expand Down

0 comments on commit 8f98806

Please sign in to comment.