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: matrix:
python-version: python-version:
- "pypy3.10", - "pypy3.10",
env: TEST_REQUIREMENTS: tests env:
TEST_REQUIREMENTS: tests
- "3.10" - "3.10"
- "3.11" - "3.11"
- "3.12" - "3.12"
@ -48,7 +49,7 @@ jobs:
os: ["windows-latest"] os: ["windows-latest"]
include: include:
# Test the oldest Python on 32-bit # 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 timeout-minutes: 30