Skip to content

Commit

Permalink
build: Drop Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 15, 2024
1 parent 75ae73c commit 606cbe5
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest # service containers only available on Linux
strategy:
matrix:
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
7 changes: 6 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

Unreleased
----------

- Drop support for Python 3.7 and 3.8.

0.2.0 (2023-03-13)
------------------

Expand Down Expand Up @@ -42,7 +47,7 @@ Changed
~~~~~~~

- Drop support for Sphinx 3.x.
- Drop support for Python 3.6 (end-of-life 2021-12-23).
- Drop support for Python 3.6.

0.0.7 (2021-04-21)
------------------
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/ocds-index"}
classifiers = [
"License :: OSI Approved :: BSD License",
"Operating System :: POSIX :: Linux",
"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 606cbe5

Please sign in to comment.