Skip to content

Commit

Permalink
Drop testing with poetry<2
Browse files Browse the repository at this point in the history
due to complication as a result of drastic change in pyproject syntax
  • Loading branch information
monim67 committed Jan 7, 2025
1 parent 5fc53b6 commit 348de6f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/pip-constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
poetry>=1.7 ; python_version >= "3.12"
poetry>=1.6,<1.7 ; python_version >= "3.11" and python_version < "3.12"
poetry>=1.5,<1.6 ; python_version >= "3.10" and python_version < "3.11"
poetry>=1.4,<1.5 ; python_version >= "3.9" and python_version < "3.10"
poetry>=1.2,<1.3 ; python_version >= "3.8" and python_version < "3.9"
poetry>=2.0 ; python_version >= "3.9"

0 comments on commit 348de6f

Please sign in to comment.