Skip to content

Commit fe05868

Browse files
committed
switch to 3.10 as min version
1 parent 367ce59 commit fe05868

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
fail-fast: false
133133
matrix:
134134
os: [ubuntu-latest, windows-latest, macos-latest]
135-
python-version: ['3.9', '3.12', '3.14']
135+
python-version: ['3.10', '3.12', '3.14']
136136

137137
steps:
138138
- name: Checkout
@@ -182,7 +182,7 @@ jobs:
182182
fail-fast: false
183183
matrix:
184184
os: [ubuntu-latest, windows-latest, macos-latest]
185-
python-version: ['3.9', '3.12', '3.14']
185+
python-version: ['3.10', '3.12', '3.14']
186186

187187
steps:
188188
- name: Checkout
@@ -232,7 +232,7 @@ jobs:
232232
fail-fast: false
233233
matrix:
234234
os: [ubuntu-latest, windows-latest, macos-latest]
235-
python-version: ['3.9', '3.12', '3.14']
235+
python-version: ['3.10', '3.12', '3.14']
236236

237237
steps:
238238
- name: Checkout

.github/workflows/push-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
fail-fast: false
8484
matrix:
8585
os: [ubuntu-latest, windows-latest, macos-latest]
86-
python-version: ['3.9', '3.12', '3.14']
86+
python-version: ['3.10', '3.12', '3.14']
8787

8888
steps:
8989
- name: Checkout
@@ -133,7 +133,7 @@ jobs:
133133
fail-fast: false
134134
matrix:
135135
os: [ubuntu-latest, windows-latest, macos-latest]
136-
python-version: ['3.9', '3.12', '3.14']
136+
python-version: ['3.10', '3.12', '3.14']
137137

138138
steps:
139139
- name: Checkout
@@ -183,7 +183,7 @@ jobs:
183183
fail-fast: false
184184
matrix:
185185
os: [ubuntu-latest, windows-latest, macos-latest]
186-
python-version: ['3.9', '3.12', '3.14']
186+
python-version: ['3.10', '3.12', '3.14']
187187

188188
steps:
189189
- name: Checkout

0 commit comments

Comments
 (0)