File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1717 strategy :
1818 matrix :
1919 python-version :
20- - ' 3.9'
2120 - ' 3.10'
2221 - ' 3.11'
2322 - ' 3.12'
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22name = " rio-stac"
33description = " Create STAC Items from raster datasets."
44readme = " README.md"
5- requires-python = " >=3.9 "
5+ requires-python = " >=3.10 "
66license = {file = " LICENSE" }
77authors = [
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" ,
You can’t perform that action at this time.
0 commit comments