This commit is contained in:
wiredfool 2025-02-14 18:04:05 +00:00
parent 9ff0465e89
commit dd18facb22

View File

@ -38,7 +38,8 @@ jobs:
matrix:
python-version:
- "pypy3.10",
env: TEST_REQUIREMENTS: tests
env:
TEST_REQUIREMENTS: tests
- "3.10"
- "3.11"
- "3.12"
@ -48,7 +49,7 @@ jobs:
os: ["windows-latest"]
include:
# Test the oldest Python on 32-bit
- { python-version: "3.9", architecture: "x86", os: "windows-2019", env: "TEST_REQUIREMENTS: tests" }
- { python-version: "3.9", architecture: "x86", os: "windows-2019", env: {TEST_REQUIREMENTS: "tests"} }
timeout-minutes: 30