Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 14 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ jobs:
3.8.0,
3.8.18,
3.9.0,
3.9.23,
3.9.25,
3.10.0,
3.10.18,
3.10.19,
3.11.0,
3.11.13,
3.11.14,
3.12.0,
3.12.1,
3.12.2,
Expand All @@ -210,6 +210,7 @@ jobs:
3.12.9,
3.12.10,
3.12.11,
3.12.12,
3.13.0,
3.13.1,
3.13.2,
Expand All @@ -218,6 +219,8 @@ jobs:
3.13.5,
3.13.6,
3.13.7,
3.13.8,
3.13.9,
]
os: [ubuntu-22.04, macos-13, windows-latest, ubuntu-22.04-arm]
# some versions of python can't be tested on GHA with osx because of SIP:
Expand Down Expand Up @@ -251,17 +254,17 @@ jobs:
- os: ubuntu-22.04-arm
python-version: 3.9.0
- os: windows-latest
python-version: 3.9.23
python-version: 3.9.25
- os: ubuntu-22.04
python-version: 3.10.0
- os: ubuntu-22.04-arm
python-version: 3.10.0
- os: windows-latest
python-version: 3.10.18
python-version: 3.10.19
- os: macos-13
python-version: 3.11.13
python-version: 3.11.14
- os: windows-latest
python-version: 3.11.13
python-version: 3.11.14
- os: macos-13
python-version: 3.12.0
- os: macos-13
Expand All @@ -288,6 +291,10 @@ jobs:
python-version: 3.12.11
- os: windows-latest
python-version: 3.12.11
- os: macos-13
python-version: 3.12.12
- os: windows-latest
python-version: 3.12.12

steps:
- uses: actions/checkout@v5
Expand Down
Loading