Skip to content

Commit 3be16c8

Browse files
committed
fix python3.14t for test target
1 parent e6cf1b1 commit 3be16c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

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

99

1010
@session(
11-
python=["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14+"],
11+
python=["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"],
1212
uv_groups=["test"],
1313
)
1414
def test(s: Session) -> None:

0 commit comments

Comments
 (0)