Merge pull request #7805 from radarhere/windows

Pin Python 3.13 on Windows to a3
This commit is contained in:
Hugo van Kemenade 2024-02-17 09:06:07 +02:00 committed by GitHub
commit e5415f37d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-alpha.3"]
timeout-minutes: 30