Skip to content

Commit 95a0ff3

Browse files
authored
Add Python 3.14 testing environment to CI
1 parent 911ac6d commit 95a0ff3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- "py311-pytestmain"
4242
- "py312-pytestlatest"
4343
- "py313-pytestlatest"
44+
- "py314-pytestlatest"
4445
- "py310-psutil"
4546
- "py310-setproctitle"
4647

@@ -60,6 +61,8 @@ jobs:
6061
python: "3.12"
6162
- tox_env: "py313-pytestlatest"
6263
python: "3.13"
64+
- tox_env: "py314-pytestlatest"
65+
python: "3.14"
6366
- tox_env: "py310-psutil"
6467
python: "3.10"
6568
- tox_env: "py310-setproctitle"

0 commit comments

Comments
 (0)