Closed meshy closed 6 years ago
What was the problem:
Travis was failing because pycopg2 didn't support the latest version of postgres.
pycopg2
How this solves the problem:
This upgrades psycopg2... and a number of other dev dependencies that probably didn't actually need to be updated.
psycopg2
Please ensure you have (if appropriate):
What was the problem:
Travis was failing because
pycopg2
didn't support the latest version of postgres.How this solves the problem:
This upgrades
psycopg2
... and a number of other dev dependencies that probably didn't actually need to be updated.Please ensure you have (if appropriate):
Added tests.Updated the docs.Updated the changelog.