Upgrade python versions in CI

This commit is contained in:
Raphael Michel
2026-03-18 07:52:12 +01:00
committed by Richard Schreiber
parent 47a6dedf5e
commit d2b128a5b3
5 changed files with 18 additions and 15 deletions
+3 -2
View File
@@ -19,9 +19,10 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Environment :: Web Environment",
"License :: OSI Approved :: GNU Affero General Public License v3",
"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",
"Programming Language :: Python :: 3.14",
"Framework :: Django :: 5.2",
]