mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Fix Requires Python to allow minor versions (#5360)
This commit is contained in:
parent
1a2bcc5c47
commit
ab84c2181a
|
@ -14,7 +14,7 @@ license = { text = "BSD" }
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Daniel Roy Greenfeld", email = "pydanny@gmail.com" },
|
{ name = "Daniel Roy Greenfeld", email = "pydanny@gmail.com" },
|
||||||
]
|
]
|
||||||
requires-python = "==3.12"
|
requires-python = ">=3.12"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user