Skip to content

Commit

Permalink
build: Drop Python 3.8 testing/support.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil authored and kdmccormick committed Sep 11, 2024
1 parent bc6c8f6 commit c1d89e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.11", "3.12"]
python-version: ["3.11", "3.12"]
toxenv:
[
django42-drflatest,quality
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Change Log
Unreleased
----------

2.0.0 --- 2024-09-09
--------------------
* Drop support for Python 3.8
* Add setuptools as a direct dependency

1.8.0 --- 2024-02-29
--------------------
* Add support for python 3.11 and 3.12 support.
Expand Down
2 changes: 1 addition & 1 deletion edx_api_doc_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
)


__version__ = '1.8.0'
__version__ = '2.0.0'

0 comments on commit c1d89e3

Please sign in to comment.