Skip to content

Commit c1d89e3

Browse files
feanilkdmccormick
authored andcommitted
build: Drop Python 3.8 testing/support.
1 parent bc6c8f6 commit c1d89e3

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
python-version: ["3.8", "3.11", "3.12"]
17+
python-version: ["3.11", "3.12"]
1818
toxenv:
1919
[
2020
django42-drflatest,quality

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Change Log
1414
Unreleased
1515
----------
1616

17+
2.0.0 --- 2024-09-09
18+
--------------------
19+
* Drop support for Python 3.8
20+
* Add setuptools as a direct dependency
21+
1722
1.8.0 --- 2024-02-29
1823
--------------------
1924
* Add support for python 3.11 and 3.12 support.

edx_api_doc_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
)
4747

4848

49-
__version__ = '1.8.0'
49+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)