Skip to content

Commit e0879d1

Browse files
committed
Bump PY_MAX_VERSION to 3.14
1 parent 95368c6 commit e0879d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_release.py

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

3030
NAME = "pytest-httpserver"
3131
NAME_UNDERSCORE = NAME.replace("-", "_")
32-
PY_MAX_VERSION = (3, 13)
32+
PY_MAX_VERSION = (3, 14)
3333

3434

3535
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)