From 775494ba60f353ef28a87485e482a97a9f5ca01a Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Sun, 15 Sep 2024 13:23:02 -0400 Subject: [PATCH] build: Drop Python 3.8 support --- .github/workflows/ci.yml | 2 +- .github/workflows/pypi.yml | 1 - docs/changelog.rst | 5 +++++ pyproject.toml | 1 - 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61dc7d3..6b1cc13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] - python-version: [3.8, 3.9, '3.10', '3.11', '3.12', pypy-3.10] + python-version: [3.9, '3.10', '3.11', '3.12', pypy-3.10] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index b67b2a7..be8e546 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -17,7 +17,6 @@ jobs: with: repository-url: https://test.pypi.org/legacy/ skip-existing: true - verbose: true - name: Publish to PyPI if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/docs/changelog.rst b/docs/changelog.rst index 92b03a1..1c766dc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +Unreleased +---------- + +- Drop Python 3.8 support. + 0.0.10 (2024-09-07) ------------------- diff --git a/pyproject.toml b/pyproject.toml index dc557c8..48436c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ urls = {Homepage = "https://github.com/open-contracting/sphinxcontrib-opencontra 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",