Merge branch 'master' into add_pypy

This commit is contained in:
Roland Kurmann
2025-04-21 14:27:53 +02:00
committed by GitHub
6 changed files with 290 additions and 264 deletions

View File

@@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
# 3.x is used to run code coverage
python-version: ["3.x", "3.13", "3.12", "3.11", "3.10", "3.9", "3.8", "pypy3.10", "pypy3.11"]
python-version: ["3.x", "3.13", "3.12", "3.11", "3.10", "3.9", "pypy3.10", "pypy3.11"]
platform: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm, macos-13]
exclude:
- python-version: "pypy3.10"