Skip to content

Commit 5714d1f

Browse files
authored
Merge pull request #780 from neutrinoceros/tst/cp314-315
TST: add CPython 3.14 and 3.15 to test matrix
2 parents 7236f7e + 481c43c commit 5714d1f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- "3.11"
3131
- "3.12"
3232
- "3.13"
33+
- "3.14"
3334
steps:
3435
- uses: actions/checkout@v5
3536

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{314,313,312,311,310,39,38},bootstrap
2+
envlist = py{315,314,313,312,311,310,39,38},bootstrap
33
skip_missing_interpreters = true
44

55
[gh-actions]
@@ -11,6 +11,7 @@ python =
1111
3.12: py312
1212
3.13: py313
1313
3.14: py314
14+
3.15: py315
1415

1516
[testenv]
1617
deps =

0 commit comments

Comments
 (0)