Skip to content

Commit

Permalink
fix: loosen version constraint on python
Browse files Browse the repository at this point in the history
  • Loading branch information
fyhertz committed Jul 19, 2024
1 parent 4adae45 commit 338d41c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
53 changes: 27 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.10,<3.13"
typer = ">=0.6.1"
wheel = "*"
pkginfo = "*"
Expand All @@ -43,7 +43,7 @@ pytest-cov = "*"
ruff = "*"
types-PyYAML = "*"
poetry-dynamic-versioning = ">=0.13.0"
setuptools = "!=71.0.0,!=71.0.1"
setuptools = "!=71.0.0,!=71.0.1,!=71.0.2"

[tool.taskipy.tasks]
check = """
Expand Down

0 comments on commit 338d41c

Please sign in to comment.