Skip to content

Commit 096f0bc

Browse files
committed
supported python >= 3.9
1 parent 4db9873 commit 096f0bc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/install-test-conda-forge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ macos-latest, ubuntu-latest, windows-latest ]
15-
python-version: ['3.8', '3.10', '3.11', '3.12']
15+
python-version: ['3.9', '3.10', '3.11', '3.12']
1616

1717
steps:
1818
- name: Check out repository

.github/workflows/install-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ macos-latest, ubuntu-latest, windows-latest ]
12-
python-version: ['3.8', '3.10', '3.11', '3.12']
12+
python-version: ['3.9', '3.10', '3.11', '3.12']
1313

1414
steps:
1515
- name: Check out repository

.github/workflows/install-test-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ macos-latest, ubuntu-latest, windows-latest ]
12-
python-version: ['3.8', '3.10', '3.11', '3.12']
12+
python-version: ['3.9', '3.10', '3.11', '3.12']
1313

1414
steps:
1515
- name: Check out repository

.github/workflows/run-unit-tests_conda-forge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ macos-latest, ubuntu-latest, windows-latest ]
20-
python-version: ['3.8', '3.11', '3.12']
20+
python-version: ['3.9', '3.11', '3.12']
2121

2222
steps:
2323
- name: Check out repository

.github/workflows/run-unit-tests_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ['3.8', '3.10', '3.11', '3.12']
18+
python-version: ['3.9', '3.10', '3.11', '3.12']
1919
os: [ macos-latest, ubuntu-latest, windows-latest ]
2020

2121
steps:

0 commit comments

Comments
 (0)