Remove references to Python 3.9

This commit is contained in:
Veronica Berglyd Olsen
2025-01-11 18:53:28 +01:00
parent 859211fb6d
commit 31c58c29d5
7 changed files with 10 additions and 12 deletions
+1 -2
View File
@@ -11,7 +11,6 @@ license_files = LICENSE.md
license = GNU General Public License v3
classifiers =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
@@ -30,7 +29,7 @@ project_urls =
[options]
zip_safe = False
python_requires = >=3.9
python_requires = >=3.10
include_package_data = True
packages = find_namespace:
install_requires =