Skip to content

Commit 11c7f86

Browse files
committed
update min. supported python version
1 parent d0dbef6 commit 11c7f86

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.13']
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.13']
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.13']
1313

1414
steps:
1515
- name: Check out repository

.github/workflows/run-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ['3.8', '3.10', '3.11', '3.12']
17+
python-version: ['3.9', '3.13']
1818

1919
steps:
2020
- name: Check out repository

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

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

2323
steps:
2424
- name: Check out repository

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = 'homonim'
33
description = 'Correct aerial and satellite imagery to surface reflectance.'
44
readme = 'README.rst'
5-
requires-python = '>=3.8'
5+
requires-python = '>=3.9'
66
dependencies = [
77
'rasterio>=1.1',
88
'opencv-python-headless>=4.5',

0 commit comments

Comments
 (0)