Skip to content

Commit 338d41c

Browse files
committed
fix: loosen version constraint on python
1 parent 4adae45 commit 338d41c

File tree

2 files changed

+29
-28
lines changed

2 files changed

+29
-28
lines changed

poetry.lock

Lines changed: 27 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ packages = [
1717
]
1818

1919
[tool.poetry.dependencies]
20-
python = ">=3.10,<3.12"
20+
python = ">=3.10,<3.13"
2121
typer = ">=0.6.1"
2222
wheel = "*"
2323
pkginfo = "*"
@@ -43,7 +43,7 @@ pytest-cov = "*"
4343
ruff = "*"
4444
types-PyYAML = "*"
4545
poetry-dynamic-versioning = ">=0.13.0"
46-
setuptools = "!=71.0.0,!=71.0.1"
46+
setuptools = "!=71.0.0,!=71.0.1,!=71.0.2"
4747

4848
[tool.taskipy.tasks]
4949
check = """

0 commit comments

Comments
 (0)