File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
- ' *'
10
10
pull_request :
11
11
env :
12
- LATEST_PY_VERSION : ' 3.11 '
12
+ LATEST_PY_VERSION : ' 3.13 '
13
13
14
14
jobs :
15
15
tests :
16
16
runs-on : ubuntu-latest
17
17
strategy :
18
18
matrix :
19
19
python-version :
20
- - ' 3.8'
21
20
- ' 3.9'
22
21
- ' 3.10'
23
22
- ' 3.11'
24
23
- ' 3.12'
24
+ - ' 3.13'
25
25
26
26
steps :
27
27
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ repos:
11
11
language_version : python
12
12
13
13
- repo : https://github.com/astral-sh/ruff-pre-commit
14
- rev : v0.3.5
14
+ rev : v0.8.4
15
15
hooks :
16
16
- id : ruff
17
17
args : ["--fix"]
18
18
- id : ruff-format
19
19
20
20
- repo : https://github.com/pre-commit/mirrors-mypy
21
- rev : v1.9.0
21
+ rev : v1.11.2
22
22
hooks :
23
23
- id : mypy
24
24
language_version : python
Original file line number Diff line number Diff line change
1
+ ## 0.14.0 (2025-01-06)
2
+
3
+ * remove ` python 3.8 ` support
4
+ * add ` python 3.13 ` support
5
+
1
6
## 0.13.0 (2024-10-23)
2
7
3
8
* update rio-tiler dependency to ` >=7.0,<8.0 `
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ classifiers = [
12
12
" License :: OSI Approved :: MIT License" ,
13
13
" Programming Language :: Python :: 3" ,
14
14
" Programming Language :: Python :: 3 :: Only" ,
15
- " Programming Language :: Python :: 3.8" ,
16
15
" Programming Language :: Python :: 3.9" ,
17
16
" Programming Language :: Python :: 3.10" ,
18
17
" Programming Language :: Python :: 3.11" ,
19
18
" Programming Language :: Python :: 3.12" ,
19
+ " Programming Language :: Python :: 3.13" ,
20
20
" Topic :: Scientific/Engineering :: GIS" ,
21
21
]
22
22
dynamic = [" version" , " readme" ]
You can’t perform that action at this time.
0 commit comments