From 43a2b5754571292b25402e20cd044ebda9316c77 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Fri, 29 Jun 2018 14:26:30 +1000 Subject: python bindings: python 3.7 * Bindings confirmed to work with the newly released 3.7.0. * Updated M4 file to reflect this change and correct the Python binary search order (3.7 is not yet given priority, but will still be found first via the more generic python3 executable). * Updated setup.py.in, bindings documentation and README to reflect this. --- lang/python/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/python/README') diff --git a/lang/python/README b/lang/python/README index 99da4dd7..aadf980c 100644 --- a/lang/python/README +++ b/lang/python/README @@ -44,8 +44,8 @@ functionality of the underlying library. ═════════ PyME was created by John Goerzen, and maintained, developed, and - cherished by Igor Belyi, Martin Albrecht, Ben McGinnes, and everyone - who contributed to it in any way. + cherished by Igor Belyi, Martin Albrecht, Ben McGinnes, Justus + Winter, and everyone who contributed to it in any way. In 2016 we merged a port of PyME to into the GPGME repository, and development will continue there. Please see the VCS history for the -- cgit