Update python versions

This commit is contained in:
Roland Geider
2025-03-23 15:35:34 +01:00
parent 484b8248d5
commit b1b69a3e2d

View File

@@ -22,10 +22,10 @@ classifiers = [
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
]
[project.urls]