Skip to content

Commit

Permalink
chore(packaging): remove upper bound on requires-python (#621)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Maas <[email protected]>
  • Loading branch information
mkniewallner and fpgmaas authored Mar 18, 2024
1 parent d8bce84 commit c9ee643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
description = "A command line utility to check for unused, missing and transitive dependencies in a Python project."
authors = [{ name = "Florian Maas", email = "[email protected]" }]
maintainers = [{ name = "Mathieu Kniewallner", email = "[email protected]" }]
requires-python = ">=3.8,<4.0"
requires-python = ">=3.8"
license = { file = "LICENSE" }
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit c9ee643

Please sign in to comment.