Skip to content

Commit 0679182

Browse files
committed
Set python version constraints to exclude 4.0 and above
1 parent 2db1e07 commit 0679182

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

poetry.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Topic :: Software Development :: Libraries :: Python Modules",
1717
"Typing :: Typed",
1818
]
19-
requires-python = ">=3.9"
19+
requires-python = ">=3.9,<4.0"
2020
dynamic = [ "version" ]
2121
dependencies = [
2222
"loguru",

{{cookiecutter.project_name}}/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
"Topic :: Software Development :: Libraries :: Python Modules",
1616
"Typing :: Typed",
1717
]
18-
requires-python = ">=3.9"
18+
requires-python = ">=3.9,<4.0"
1919
dynamic = [ "version" ]
2020
dependencies = [
2121
]

0 commit comments

Comments
 (0)