[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