Skip to content

Commit 8f98806

Browse files
committed
CI: Add Python 3.14
1 parent b119819 commit 8f98806

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ jobs:
1919
- py311
2020
- py312
2121
- py313
22+
- py314

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
requires =
33
tox>=4
4-
env_list = py{311,312,313}
4+
env_list = py{311,312,313,314}
55

66
[testenv]
77
commands =

0 commit comments

Comments
 (0)