File tree Expand file tree Collapse file tree 3 files changed +21
-20
lines changed
Expand file tree Collapse file tree 3 files changed +21
-20
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,26 @@ Changelog
44
55.. changelog ::
66 :version: 1.4.0
7- :include_notes_from: unreleased
7+ :released: Sat Apr 26 2025
8+
9+ .. change ::
10+ :tags: change, general
11+
12+ Support for Python 3.8 has been dropped, the minimum version is now Python
13+ 3.9, as 3.8 is EOL. This change is necessitated by the need to require
14+ setuptools 77.0.3 in order to satisfy :pep: `639 `.
15+
16+
17+
18+ .. change ::
19+ :tags: bug, general
20+
21+ The pyproject.toml configuration has been amended to use
22+ the updated :pep: `639 ` configuration for license, which eliminates
23+ loud deprecation warnings when building the package. Note this
24+ necessarily bumps setuptools build requirement to 77.0.3 which
25+ forces Python 3.8 support to be dropped.
26+
827
928.. changelog ::
1029 :version: 1.3.4
Original file line number Diff line number Diff line change 7676# The short X.Y version.
7777version = dogpile .__version__
7878# The full version, including alpha/beta/rc tags.
79- release = "1.3.4 "
79+ release = "1.4.0 "
8080
8181
8282# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments