diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bc8a59..c56bd17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: - master env: - POETRY_VERSION: "1.8.3" + POETRY_VERSION: "1.8.4" jobs: cs: diff --git a/tests/test_release.py b/tests/test_release.py index 765c2e2..fa5668c 100644 --- a/tests/test_release.py +++ b/tests/test_release.py @@ -26,7 +26,7 @@ NAME = "pytest-httpserver" NAME_UNDERSCORE = NAME.replace("-", "_") -PY_MAX_VERSION = (3, 12) +PY_MAX_VERSION = (3, 13) @pytest.fixture(scope="session")