Fix Requires Python to allow minor versions (#5360)

This commit is contained in:
rxm7706 2024-09-07 18:44:46 -05:00 committed by GitHub
parent 1a2bcc5c47
commit ab84c2181a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ license = { text = "BSD" }
authors = [
{ name = "Daniel Roy Greenfeld", email = "pydanny@gmail.com" },
]
requires-python = "==3.12"
requires-python = ">=3.12"
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",