Skip to content

Commit e32a568

Browse files
committed
ci: upgrade poety 1.6.1 -> 1.7.1
1 parent 1300687 commit e32a568

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.6.1"
12+
POETRY_VERSION: "1.7.1"
1313

1414
jobs:
1515
cs:

tests/test_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def test_python_version(build: Build, pyproject):
134134
version_tuple = version_to_tuple(classifier.split("::")[-1].strip())
135135
if len(version_tuple) > 1:
136136
assert version_tuple >= min_version_tuple
137-
assert version_tuple < PY_MAX_VERSION
137+
assert version_tuple <= PY_MAX_VERSION
138138

139139

140140
def test_wheel_no_extra_contents(build: Build, version: str):

0 commit comments

Comments
 (0)