We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71bba2 commit 87de827Copy full SHA for 87de827
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
- master
10
11
env:
12
- POETRY_VERSION: "1.8.3"
+ POETRY_VERSION: "1.8.4"
13
14
jobs:
15
cs:
tests/test_release.py
@@ -26,7 +26,7 @@
26
27
NAME = "pytest-httpserver"
28
NAME_UNDERSCORE = NAME.replace("-", "_")
29
-PY_MAX_VERSION = (3, 12)
+PY_MAX_VERSION = (3, 13)
30
31
32
@pytest.fixture(scope="session")
0 commit comments