Skip to content

Commit 409cb9c

Browse files
committed
Update test python/platform versions
1 parent 4ed3699 commit 409cb9c

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

.github/workflows/dist.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,29 @@ jobs:
4646
runs-on: ${{ matrix.os }}
4747
strategy:
4848
matrix:
49-
os: [windows-2022, macos-13, macos-14, ubuntu-24.04]
49+
os:
50+
- "ubuntu-24.04"
51+
- "macos-15-intel" # x86_64
52+
- "macos-14" # arm64
53+
- "windows-2022"
5054
python_version:
51-
- '3.9'
52-
- '3.10'
5355
- '3.11'
5456
- '3.12'
5557
- '3.13'
58+
- '3.14'
59+
include:
60+
- os: ubuntu-24.04-arm
61+
python_version: '3.11'
62+
container: python:3.11-bookworm
63+
- os: ubuntu-24.04-arm
64+
python_version: '3.12'
65+
container: python:3.12-bookworm
66+
- os: ubuntu-24.04-arm
67+
python_version: '3.13'
68+
container: python:3.13-bookworm
69+
- os: ubuntu-24.04-arm
70+
python_version: '3.14'
71+
container: python:3.14-bookworm
5672

5773
steps:
5874
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)