Skip to content

Commit e86b773

Browse files
committed
drop upper bound in requires-python
1 parent 129c2bc commit e86b773

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

poetry.lock

Lines changed: 21 additions & 3 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
@@ -15,7 +15,7 @@ maintainers = [
1515
{ name = "Bartosz Sokorski", email = "[email protected]" },
1616
]
1717
license = "MIT"
18-
requires-python = ">=3.10, <4.0"
18+
requires-python = ">=3.10"
1919
readme = "README.md"
2020
keywords = ["packaging", "dependency", "poetry"]
2121
dynamic = ["classifiers"]
@@ -40,7 +40,7 @@ classifiers = [
4040

4141
[tool.poetry.group.dev.dependencies]
4242
pre-commit = ">=2.15.0"
43-
vendoring = ">=1.0"
43+
vendoring = { version = ">=1.0", markers = "python_version < '4.0'" }
4444

4545
[tool.poetry.group.test.dependencies]
4646
pytest = ">=7.1.2"

0 commit comments

Comments
 (0)