Skip to content

Commit 87de827

Browse files
committed
CI: upgrade poetry to 1.8.4
1 parent d71bba2 commit 87de827

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- master
1010

1111
env:
12-
POETRY_VERSION: "1.8.3"
12+
POETRY_VERSION: "1.8.4"
1313

1414
jobs:
1515
cs:

tests/test_release.py

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

2727
NAME = "pytest-httpserver"
2828
NAME_UNDERSCORE = NAME.replace("-", "_")
29-
PY_MAX_VERSION = (3, 12)
29+
PY_MAX_VERSION = (3, 13)
3030

3131

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

0 commit comments

Comments
 (0)