Fix the deprecation warning about the license, bump the minimum
python, and delete the redundant "Python :: 3" language classifier.
[project]
name = "geoipyupdate"
[project]
name = "geoipyupdate"
description = "Simple python replacement for the MaxMind geoipupdate program"
readme = "README.rst"
description = "Simple python replacement for the MaxMind geoipupdate program"
readme = "README.rst"
-requires-python = ">=3.11"
+requires-python = ">=3.12"
keywords = ["maxmind", "geoip"]
keywords = ["maxmind", "geoip"]
-license = { text = "AGPL-3.0-or-later" }
+license = "AGPL-3.0-or-later"
classifiers = [
"Development Status :: 5 - Production/Stable",
classifiers = [
"Development Status :: 5 - Production/Stable",
- "Programming Language :: Python :: 3",
"Topic :: Internet :: WWW/HTTP",
"Topic :: System :: Systems Administration",
"Topic :: Utilities"
"Topic :: Internet :: WWW/HTTP",
"Topic :: System :: Systems Administration",
"Topic :: Utilities"