From d1d7ba3d4c41395fe6a1fb06bbd55d5c82ddf0d0 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Thu, 19 Dec 2024 16:37:40 +0100 Subject: [PATCH] remove python 3.8 --- .github/workflows/ci.yml | 1 - CHANGES.md | 2 ++ pyproject.toml | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ad8024..44e27f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,6 @@ jobs: strategy: matrix: python-version: - - '3.8' - '3.9' - '3.10' - '3.11' diff --git a/CHANGES.md b/CHANGES.md index 9d2ec4b..342d621 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ ## Unreleased +* remove python 3.8 support + ## 6.2.0 (2024-12-19) * add python 3.13 support diff --git a/pyproject.toml b/pyproject.toml index dd77a91..6558d8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",