Support Python 3.14 in tests (#2515)

This commit is contained in:
Soxoj
2026-04-11 15:11:09 +02:00
committed by GitHub
parent 28cb6c9ffb
commit 8267367bed
6 changed files with 12 additions and 5 deletions
+5
View File
@@ -15,6 +15,11 @@ repository = "https://github.com/soxoj/maigret"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"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",
"Intended Audience :: Information Technology",
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License",