Skip to content

Commit

Permalink
Merge pull request #116 from smkent/python-versions
Browse files Browse the repository at this point in the history
Set python version constraints to exclude 4.0 and above
  • Loading branch information
smkent authored Jan 15, 2025
2 parents 2db1e07 + 0679182 commit 7025e55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]
requires-python = ">=3.9"
requires-python = ">=3.9,<4.0"
dynamic = [ "version" ]
dependencies = [
"loguru",
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]
requires-python = ">=3.9"
requires-python = ">=3.9,<4.0"
dynamic = [ "version" ]
dependencies = [
]
Expand Down

0 comments on commit 7025e55

Please sign in to comment.