Merge "Add support for Python 3.13"

This commit is contained in:
Zuul
2026-02-19 15:30:28 +00:00
committed by Gerrit Code Review

View File

@@ -23,6 +23,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 :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
]