Skip to content

Commit c317ec7

Browse files
Merge pull request #172 from developmentseed/feature/remove-python3.8
remove python 3.8
2 parents 93f8041 + d1d7ba3 commit c317ec7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version:
19-
- '3.8'
2019
- '3.9'
2120
- '3.10'
2221
- '3.11'

CHANGES.md

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

22
## Unreleased
33

4+
* remove python 3.8 support
5+
46
## 6.2.0 (2024-12-19)
57

68
* add python 3.13 support

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ keywords = ["GIS", "TMS", "TileMatrixSet", "Map Tile"]
1111
classifiers = [
1212
"Intended Audience :: Information Technology",
1313
"Intended Audience :: Science/Research",
14-
"License :: OSI Approved :: BSD License",
15-
"Programming Language :: Python :: 3.8",
14+
"License :: OSI Approved :: MIT License",
1615
"Programming Language :: Python :: 3.9",
1716
"Programming Language :: Python :: 3.10",
1817
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)