mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-04 11:43:03 +03:00
Bump package version again to test building with an older osx image
Test packages to be release to check if #807 is fixed. According to https://docs.travis-ci.com/user/reference/osx/#os-x-version we built the packages with OS X 10.13 and Xcode 9.4.1. Because the error was reported on 10.12, trying to build with Xcode 9.2 (the most recent available on OSX 10.12). [skip ci]
This commit is contained in:
parent
5e0b109b26
commit
2ef1bcc4af
2
setup.py
2
setup.py
|
@ -65,7 +65,7 @@ except ImportError:
|
||||||
# Take a look at http://www.python.org/dev/peps/pep-0440/
|
# Take a look at http://www.python.org/dev/peps/pep-0440/
|
||||||
# for a consistent versioning pattern.
|
# for a consistent versioning pattern.
|
||||||
|
|
||||||
PSYCOPG_VERSION = '2.7.6.1.dev0'
|
PSYCOPG_VERSION = '2.7.6.1.dev1'
|
||||||
|
|
||||||
|
|
||||||
# note: if you are changing the list of supported Python version please fix
|
# note: if you are changing the list of supported Python version please fix
|
||||||
|
|
Loading…
Reference in New Issue
Block a user