File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed
Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,12 @@ jobs:
1717 strategy :
1818 matrix :
1919 python-version :
20- - ' 3.9'
21- - ' 3.10'
2220 - ' 3.11'
2321 - ' 3.12'
2422 - ' 3.13'
2523
2624 steps :
27- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2826 - name : Set up Python ${{ matrix.python-version }}
2927 uses : actions/setup-python@v5
3028 with :
5755 needs : [tests]
5856 runs-on : ubuntu-latest
5957 steps :
60- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v5
6159 - name : Set up Python
6260 uses : actions/setup-python@v5
6361 with :
9189 needs : [tests]
9290 runs-on : ubuntu-latest
9391 steps :
94- - uses : actions/checkout@v3
92+ - uses : actions/checkout@v5
9593 - name : Set up Python
96- uses : actions/setup-python@v4
94+ uses : actions/setup-python@v5
9795 with :
9896 python-version : ' 3.13'
9997
@@ -110,7 +108,7 @@ jobs:
110108 runs-on : ubuntu-latest
111109 if : startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
112110 steps :
113- - uses : actions/checkout@v4
111+ - uses : actions/checkout@v5
114112 - name : Set up Python
115113 uses : actions/setup-python@v5
116114 with :
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout main
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Set up Python 3.12
2424 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 33
44# 8.0.0
55
6+ * remove python 3.9 and 3.10 support ** breaking change**
7+
68* add ** band_descriptions** in ImageData and PointData objects
79
810``` python
Original file line number Diff line number Diff line change 22name = " rio-tiler"
33description = " User friendly Rasterio plugin to read raster datasets."
44readme = " README.md"
5- requires-python = " >=3.9 "
5+ requires-python = " >=3.11 "
66license = {file = " LICENSE" }
77authors = [
88 {name = " Vincent Sarago" , email = " vincent@developmentseed.com" },
@@ -12,8 +12,6 @@ classifiers = [
1212 " Intended Audience :: Information Technology" ,
1313 " Intended Audience :: Science/Research" ,
1414 " License :: OSI Approved :: BSD License" ,
15- " Programming Language :: Python :: 3.9" ,
16- " Programming Language :: Python :: 3.10" ,
1715 " Programming Language :: Python :: 3.11" ,
1816 " Programming Language :: Python :: 3.12" ,
1917 " Programming Language :: Python :: 3.13" ,
You can’t perform that action at this time.
0 commit comments