Skip to content

Commit 6c222a2

Browse files
committed
Add Python 3.14-dev to test matrix
1 parent 9365c8f commit 6c222a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
11+
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
1212

1313
steps:
1414
- name: Checkout

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ python =
1414
3.11: py311
1515
3.12: py312
1616
3.13: py313
17+
3.14: py314
1718

1819
[testenv]
1920
deps =

0 commit comments

Comments
 (0)