Skip to content

Commit

Permalink
supported python >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Jan 3, 2025
1 parent 4db9873 commit 096f0bc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-test-conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
python-version: ['3.8', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
python-version: ['3.8', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-test-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
python-version: ['3.8', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests_conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
python-version: ['3.8', '3.11', '3.12']
python-version: ['3.9', '3.11', '3.12']

steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ macos-latest, ubuntu-latest, windows-latest ]

steps:
Expand Down

0 comments on commit 096f0bc

Please sign in to comment.