From 43fcb3654ff4060b978796a5c429114033887e4c Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Sat, 7 Sep 2024 04:10:08 -0400 Subject: [PATCH] feat: Drop support for Python 3.8 --- .github/workflows/ci.yml | 2 +- docs/changelog.rst | 15 ++++++++++++++- pyproject.toml | 1 - 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6cbbda..573db66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python-version: [3.8, 3.9, '3.10', '3.11', '3.12'] + python-version: [3.9, '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 diff --git a/docs/changelog.rst b/docs/changelog.rst index 8b0e404..e21c4d5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,14 @@ Changelog ========= +Unreleased +---------- + +Changed +~~~~~~~ + +- Drop support for Python 3.8. + 1.0.13 (2024-09-04) ------------------- @@ -9,6 +17,11 @@ Added - Add support for Python 3.12. +Changed +~~~~~~~ + +- Drop support for Python 3.7. + 1.0.12 (2023-09-19) ------------------- @@ -28,7 +41,7 @@ Added Changed ~~~~~~~ -- Drop support for Python 3.6 (end-of-life 2021-12-23). +- Drop support for Python 3.6. 1.0.10 (2022-04-07) ------------------- diff --git a/pyproject.toml b/pyproject.toml index 1cfc33f..a3b05ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ urls = {Homepage = "https://github.com/open-contracting/spoonbill"} classifiers = [ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",