Update reqs

Jan Petykiewicz 2 months ago
parent b889ad8133
commit e316322fbf

@ -31,7 +31,7 @@ keywords = [
] ]
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Development Status :: 4 - Beta", "Development Status :: 5 - Production/Stable",
"Environment :: Other Environment", "Environment :: Other Environment",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: GNU Affero General Public License v3", "License :: OSI Approved :: GNU Affero General Public License v3",
@ -44,7 +44,7 @@ classifiers = [
"Topic :: Games/Entertainment", "Topic :: Games/Entertainment",
"Topic :: Utilities", "Topic :: Utilities",
] ]
requires-python = ">=3.7" requires-python = ">=3.11"
dynamic = ["version"] dynamic = ["version"]
dependencies = [ dependencies = [
] ]

Loading…
Cancel
Save