CI: Validate on Python 3.15

This commit is contained in:
Andreas Motl
2026-03-25 23:33:55 +01:00
parent c1d789f279
commit 5055fe7974
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ jobs:
"3.12",
"3.13",
"3.14",
"3.14t",
"3.15",
"3.15t",
"pypy3.11",
]
+1
View File
@@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3.15",
"Programming Language :: Python :: Free Threading",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",