Skip to content

Commit 9dd3e99

Browse files
Remove py3.10 tests
1 parent 7502bed commit 9dd3e99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-install.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: ${{ github.event_name == 'workflow_dispatch' && fromJson('["ubuntu-latest","macos-latest","windows-latest"]') || fromJson('["ubuntu-latest"]') }}
19-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13]
19+
python-version: ['3.10', 3.11, 3.12, 3.13]
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v4
@@ -49,7 +49,7 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
os: ${{ github.event_name == 'workflow_dispatch' && fromJson('["ubuntu-latest","macos-latest","windows-latest"]') || fromJson('["ubuntu-latest"]') }}
52-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13]
52+
python-version: ['3.10', 3.11, 3.12, 3.13]
5353
runs-on: ${{ matrix.os }}
5454
steps:
5555
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
@@ -81,7 +81,7 @@ jobs:
8181
fail-fast: false
8282
matrix:
8383
os: ${{ github.event_name == 'workflow_dispatch' && fromJson('["ubuntu-latest","macos-latest","windows-latest"]') || fromJson('["ubuntu-latest"]') }}
84-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13]
84+
python-version: ['3.10', 3.11, 3.12, 3.13]
8585
runs-on: ${{ matrix.os }}
8686
steps:
8787
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
@@ -142,7 +142,7 @@ jobs:
142142
fail-fast: false
143143
matrix:
144144
os: ${{ github.event_name == 'workflow_dispatch' && fromJson('["ubuntu-latest","macos-latest","windows-latest"]') || fromJson('["ubuntu-latest"]') }}
145-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13]
145+
python-version: ['3.10', 3.11, 3.12, 3.13]
146146
runs-on: ${{ matrix.os }}
147147
steps:
148148
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)