Skip to content

Commit

Permalink
Correctly specify python version (#858)
Browse files Browse the repository at this point in the history
Co-authored-by: csteiner <[email protected]>
  • Loading branch information
micwoj92 and clintonsteiner authored Jan 7, 2025
1 parent 3dde358 commit e295f73
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 @@ -36,7 +36,7 @@ classifiers = [
"Topic :: Software Development :: Testing",
"Topic :: Utilities",
]
requires_python = ">=2.7"
requires-python = ">=2.7"
dynamic = ["version"]
dependencies = [
"pytz>=2014.4",
Expand Down

0 comments on commit e295f73

Please sign in to comment.