Skip to content

Commit 7025e55

Browse files
authored
Merge pull request #116 from smkent/python-versions
Set python version constraints to exclude 4.0 and above
2 parents 2db1e07 + 0679182 commit 7025e55

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€Žpoetry.lockβ€Ž

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

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
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β€Ž

Lines changed: 1 addition & 1 deletion
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)