Skip to content

Commit 31c4dbb

Browse files
authored
Infra: test Python 3.14 (#4523)
1 parent c77e600 commit 31c4dbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- "3.11"
3636
- "3.12"
3737
- "3.13"
38+
- "3.14"
3839
os:
3940
- "windows-latest"
4041
- "macos-latest"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires =
33
tox>=4.2
44
env_list =
5-
py{313, 312, 311, 310, 39}
5+
py{314, 313, 312, 311, 310, 39}
66
no_package = true
77

88
[testenv]

0 commit comments

Comments
 (0)