Skip to content

Commit

Permalink
feat: Drop support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 7, 2024
1 parent 6858d79 commit 43fcb36
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 14 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Unreleased
----------

Changed
~~~~~~~

- Drop support for Python 3.8.

1.0.13 (2024-09-04)
-------------------

Expand All @@ -9,6 +17,11 @@ Added

- Add support for Python 3.12.

Changed
~~~~~~~

- Drop support for Python 3.7.

1.0.12 (2023-09-19)
-------------------

Expand All @@ -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)
-------------------
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 43fcb36

Please sign in to comment.