Add PyPy3.11 to CI

This commit is contained in:
Hugo van Kemenade 2025-02-07 18:11:54 +02:00
parent 8a3c4f5965
commit 216690ff17
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["pypy3.10", "3.10", "3.11", "3.12", "3.13", "3.14"] python-version: ["pypy3.11", "pypy3.10", "3.10", "3.11", "3.12", "3.13", "3.14"]
architecture: ["x64"] architecture: ["x64"]
os: ["windows-latest"] os: ["windows-latest"]
include: include:

View File

@ -41,6 +41,7 @@ jobs:
"ubuntu-latest", "ubuntu-latest",
] ]
python-version: [ python-version: [
"pypy3.11",
"pypy3.10", "pypy3.10",
"3.14", "3.14",
"3.13t", "3.13t",