Skip to content

Commit

Permalink
build: bump python dependency to 3.8
Browse files Browse the repository at this point in the history
Python 3.6 and 3.7 have reached end of life [1].

[1] https://devguide.python.org/versions/
  • Loading branch information
jnikula committed Jan 11, 2024
1 parent 061f3ef commit 29b7dec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Unreleased `master`_

:Date: YYYY-MM-DD

Changed
~~~~~~~

* Bumped Python dependency requirement to v3.8, as the earlier versions have
reached end of life

Hawkmoth `0.17.0`_
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Dependencies

Dependencies and their minimum versions:

- Python 3.6
- Python 3.8
- Sphinx 3
- Clang library 6
- Python 3 Bindings for Clang library 6
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers =
Topic :: Software Development :: Documentation

[options]
python_requires = ~=3.6
python_requires = ~=3.8
install_requires =
sphinx >= 3
# clang, depend on distro packaging
Expand Down

0 comments on commit 29b7dec

Please sign in to comment.