Remove support for Python 2. Fixes #5443

This commit is contained in:
Dave Page
2020-05-04 14:58:49 +01:00
parent cf31d0187b
commit 04d6d4e2cc
2 changed files with 3 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ New features
Housekeeping
************
| `Issue #5443 <https://redmine.postgresql.org/issues/5443>`_ - Remove support for Python 2.
| `Issue #5444 <https://redmine.postgresql.org/issues/5444>`_ - Cleanup Python detection in the runtime project file.
Bug fixes