Remove Python 3.7 support.

Make corresponding changes to other files (including a few that I
missed before).
This commit is contained in:
Nathan Baker
2023-01-29 14:58:57 -08:00
parent 967e8e7912
commit 74b8425234
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ Current version
Changes
-------
* Remove support for Python 3.6; add support for up to Python 3.11.
* Remove support for Python 3.6 and 3.7; add support for up to Python 3.11.
v3.4.0
======

View File

@@ -5,7 +5,7 @@
==============
PROPKA 3 requires Python 3.6 or higher. Additional requirements are
PROPKA 3 requires Python 3.8 or higher. Additional requirements are
specified in the :file:`requirements.txt` file and automatically satisfied
when installing with pip_.