Skip to content

Commit 3b1e628

Browse files
author
Sylvain MARIE
committed
Removed 3.14 for now
1 parent 6483678 commit 3b1e628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Folders:
5252

5353

5454
ENVS = {
55-
PY314: {"coverage": False, "pkg_specs": {"pip": ">19"}},
55+
# PY314: {"coverage": False, "pkg_specs": {"pip": ">19"}},
5656
PY313: {"coverage": False, "pkg_specs": {"pip": ">19"}},
5757
PY312: {"coverage": False, "pkg_specs": {"pip": ">19"}},
5858
PY311: {"coverage": False, "pkg_specs": {"pip": ">19"}},

0 commit comments

Comments
 (0)