Skip to content

Commit

Permalink
Merge pull request #172 from developmentseed/feature/remove-python3.8
Browse files Browse the repository at this point in the history
remove python 3.8
  • Loading branch information
vincentsarago authored Dec 19, 2024
2 parents 93f8041 + d1d7ba3 commit c317ec7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

## Unreleased

* remove python 3.8 support

## 6.2.0 (2024-12-19)

* add python 3.13 support
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ keywords = ["GIS", "TMS", "TileMatrixSet", "Map Tile"]
classifiers = [
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit c317ec7

Please sign in to comment.