Fix the windows test matrix?

This commit is contained in:
wiredfool 2025-02-18 21:51:03 +00:00
parent 01998fc71d
commit 4ea8ac80a8

View File

@ -37,12 +37,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "pypy3.11"
env:
TEST_REQUIREMENTS: tests
- "pypy3.10"
env:
TEST_REQUIREMENTS: tests
- "3.10"
- "3.11"
- "3.12"
@ -53,7 +47,9 @@ jobs:
include:
# Test the oldest Python on 32-bit
- { python-version: "3.9", architecture: "x86", os: "windows-2019", env: {TEST_REQUIREMENTS: "tests"} }
# test the non-pyarrow capable ones
- { python-version: "pypy3.11", env: {TEST_REQUIREMENTS: "tests"} }
- { python-version: "pypy3.10", env: {TEST_REQUIREMENTS: "tests"} }
timeout-minutes: 30
name: Python ${{ matrix.python-version }} (${{ matrix.architecture }})