Title: [990] trunk/setup.py: PostgreSQL 11 support was missing in setup.py
Revision
990
Author
cito
Date
2019-04-24 11:59:03 -0400 (Wed, 24 Apr 2019)

Log Message

PostgreSQL 11 support was missing in setup.py

Modified Paths


Diff

Modified: trunk/setup.py (989 => 990)


--- trunk/setup.py	2019-04-24 15:49:20 UTC (rev 989)
+++ trunk/setup.py	2019-04-24 15:59:03 UTC (rev 990)
@@ -29,7 +29,7 @@
   (the Windows installer has it as part of the database server feature)
 
 PyGreSQL currently supports Python versions 2.6, 2.7 and 3.3 to 3.7,
-and PostgreSQL versions 9.0 to 9.6 and 10.
+and PostgreSQL versions 9.0 to 9.6 and 10 or 11.
 
 Use as follows:
 python setup.py build   # to build the module
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo/pygresql

Reply via email to