Skip to content

Commit

Permalink
ci: upgrade poety 1.6.1 -> 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csernazs committed Jan 5, 2024
1 parent 1300687 commit e32a568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master

env:
POETRY_VERSION: "1.6.1"
POETRY_VERSION: "1.7.1"

jobs:
cs:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_python_version(build: Build, pyproject):
version_tuple = version_to_tuple(classifier.split("::")[-1].strip())
if len(version_tuple) > 1:
assert version_tuple >= min_version_tuple
assert version_tuple < PY_MAX_VERSION
assert version_tuple <= PY_MAX_VERSION


def test_wheel_no_extra_contents(build: Build, version: str):
Expand Down

0 comments on commit e32a568

Please sign in to comment.