Skip to content

Commit 315a252

Browse files
Update matrix-testing.yml
1 parent d23ac0e commit 315a252

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/matrix-testing.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ name: Test Matrix Python Versions
33
on:
44
workflow_dispatch:
55

6-
# push:
7-
# branches:
8-
# - python-freethreaded-test
6+
push:
7+
branches:
8+
- python-freethreaded-test
99

1010
jobs:
1111
test:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-latest, windows-latest, macos-latest]
17-
python-version: ['3.13t', '3.13.1t', '3.14t-dev' ]
16+
os: [macos-latest, ubuntu-24.04-arm, ubuntu-22.04-arm]
17+
python-version: ['3.13t', '3.13.1t', '3.13']
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up Python ${{ matrix.python-version }}
@@ -26,4 +26,4 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install -r requirements.txt
29-
29+

0 commit comments

Comments
 (0)