Skip to content

Commit 62d2475

Browse files
authored
Use an explicit Python 3.14 pre-release in CI
1 parent f3a2785 commit 62d2475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- tox_env: "py313-pytestlatest"
6363
python: "3.13"
6464
- tox_env: "py314-pytestlatest"
65-
python: "3.14"
65+
python: "~3.14.0-0"
6666
- tox_env: "py310-psutil"
6767
python: "3.10"
6868
- tox_env: "py310-setproctitle"

0 commit comments

Comments
 (0)