Skip to content

Commit a5a414d

Browse files
committed
Try without Python 3.9
1 parent 8672646 commit a5a414d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test_actions.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [windows-latest, ubuntu-latest, macos-latest]
14-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, pypy3.10, pypy3.11]
13+
os: [windows-latest]
14+
python-version: [3.9]
1515
steps:
1616
- name: Check out repo
1717
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -44,8 +44,8 @@ jobs:
4444
runs-on: ${{ matrix.os }}
4545
strategy:
4646
matrix:
47-
os: [windows-latest, ubuntu-latest, macos-latest]
48-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11]
47+
os: [windows-latest]
48+
python-version: [3.9]
4949
steps:
5050
- name: Check out repo
5151
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -71,8 +71,8 @@ jobs:
7171
needs: test_setup_poetry
7272
strategy:
7373
matrix:
74-
os: [windows-latest, ubuntu-latest, macos-latest]
75-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11]
74+
os: [windows-latest]
75+
python-version: [3.9]
7676
steps:
7777
- name: Check out repo
7878
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -103,8 +103,8 @@ jobs:
103103
needs: test_setup_poetry
104104
strategy:
105105
matrix:
106-
os: [windows-latest, ubuntu-latest, macos-latest]
107-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11]
106+
os: [windows-latest]
107+
python-version: [3.9]
108108
steps:
109109
- name: Check out repo
110110
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -218,7 +218,7 @@ jobs:
218218
strategy:
219219
matrix:
220220
os: [windows-latest, ubuntu-latest, macos-latest]
221-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11]
221+
python-version: [3.11]
222222
steps:
223223
- name: Check out repo
224224
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)