Add support for Python 3.13

This commit is contained in:
Hugo van Kemenade 2024-12-21 15:45:35 +02:00
commit 7d4adfce3f
3 changed files with 4 additions and 2 deletions

View file

@ -19,6 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System",
"Topic :: Internet :: WWW/HTTP :: Site Management",