Skip to content

Commit 5e918d4

Browse files
Test with Python 3.14 (#30)
1 parent dbb0b3b commit 5e918d4

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
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.11", "3.12", "3.13"]
14+
python-version: ["3.11", "3.12", "3.13", "3.14"]
1515
os: [ubuntu-latest]
1616

1717
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{py3, 313, 312, 311, 310, 39}
6+
py{py3, 314, 313, 312, 311}
77

88
[testenv]
99
skip_install = true

0 commit comments

Comments
 (0)