[workflows:tests] include Python 3.14 & pypy3.11

This commit is contained in:
Mike Fährmann
2025-10-14 14:18:08 +02:00
parent cda63b94bb
commit 9d054ad18d
2 changed files with 3 additions and 0 deletions

View File

@@ -23,7 +23,9 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
- "pypy3.9"
- "pypy3.11"
steps:
- uses: actions/checkout@v5

View File

@@ -143,6 +143,7 @@ def build_setuptools():
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Internet :: WWW/HTTP",