Skip to content

Commit

Permalink
Fixed support for Python 3.12 by adding setuptools requirement expl…
Browse files Browse the repository at this point in the history
…icitly. Fixed #32
  • Loading branch information
Sylvain MARIE committed Nov 10, 2023
1 parent 04874ee commit 30b9121
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 1.1.1 - Fixed support for latest Pillow and Python

- Fixed support for Python 3.12 by adding `setuptools` requirement explicitly. Fixed
[#32](https://github.com/smarie/python-genbadge/issues/32).
- Fixed support for `Pillow` version 10 or greater. PR [#33](https://github.com/smarie/python-genbadge/pull/33) by
[famura](https://github.com/famura).

### 1.1.0 - Option to change or remove the badge name

- A new `-n/--name` commandline option can be used with all badge generation commands to override the badge label (left text). A `--noname` commandline flag can alternatively be used to remove the left part completely. PR [#25](https://github.com/smarie/python-genbadge/pull/25) by [`nefrob`](https://github.com/nefrob).
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ classifiers =
# one day these will be able to come from requirement files, see https://github.com/pypa/setuptools/issues/1951. But will it be better ?
setup_requires =
setuptools_scm
pytest-runner
install_requires =
setuptools # for `pkg_resources`
click>7.0
pillow
requests
Expand Down

0 comments on commit 30b9121

Please sign in to comment.