Skip to content

Commit e64a191

Browse files
committed
Test Python 3.14
1 parent ed8adf8 commit e64a191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.10", "3.11", "3.12", "3.13"]
17+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1818
os: [ubuntu-latest]
1919

2020
steps:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires =
33
tox>=4.2
44
env_list =
55
lint
6-
py{313, 312, 311, 310}
6+
py{314, 313, 312, 311, 310}
77

88
[testenv]
99
package = wheel

0 commit comments

Comments
 (0)