Skip to content

Commit de6ba05

Browse files
Merge pull request #72 from developmentseed/feature/remove-python39
remove python 3.9 support
2 parents 2b08dc2 + ba1978c commit de6ba05

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
strategy:
1818
matrix:
1919
python-version:
20-
- '3.9'
2120
- '3.10'
2221
- '3.11'
2322
- '3.12'

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
## 0.12.0 (2025-09-17)
3+
4+
* remove python 3.9 support
5+
26
## 0.11.2 (2025-09-09)
37

48
* fix statistics for Raster with Nan/Inf values and missing Nodata

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rio-stac"
33
description = "Create STAC Items from raster datasets."
44
readme = "README.md"
5-
requires-python = ">=3.9"
5+
requires-python = ">=3.10"
66
license = {file = "LICENSE"}
77
authors = [
88
{name = "Vincent Sarago", email = "[email protected]"},
@@ -11,7 +11,6 @@ classifiers = [
1111
"Intended Audience :: Information Technology",
1212
"Intended Audience :: Science/Research",
1313
"License :: OSI Approved :: BSD License",
14-
"Programming Language :: Python :: 3.9",
1514
"Programming Language :: Python :: 3.10",
1615
"Programming Language :: Python :: 3.11",
1716
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)