mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-13 04:26:33 +03:00
Merge branch 'macos-arm64-py312'
This commit is contained in:
commit
5fb59cd6ee
|
@ -657,7 +657,7 @@ class Options:
|
||||||
For large values of 2, occasionally.
|
For large values of 2, occasionally.
|
||||||
"""
|
"""
|
||||||
rv = os.environ['PY_VER']
|
rv = os.environ['PY_VER']
|
||||||
assert rv in ('37', '38', '39', '310', '311', "312"), rv
|
assert rv in ('37', '38', '39', '310', '311', '312'), rv
|
||||||
return rv
|
return rv
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
# set -x
|
# set -x
|
||||||
|
|
||||||
python_versions="3.8.10 3.9.13 3.10.5 3.11.0 3.12.0"
|
python_versions="3.8.18 3.9.18 3.10.13 3.11.6 3.12.0"
|
||||||
pg_version=16
|
pg_version=16
|
||||||
|
|
||||||
function log {
|
function log {
|
||||||
|
@ -89,7 +89,7 @@ log "building wheels"
|
||||||
# Build the binary packages
|
# Build the binary packages
|
||||||
export CIBW_PLATFORM=macos
|
export CIBW_PLATFORM=macos
|
||||||
export CIBW_ARCHS=arm64
|
export CIBW_ARCHS=arm64
|
||||||
export CIBW_BUILD='cp{38,39,310,311}-*'
|
export CIBW_BUILD='cp{38,39,310,311,312}-*'
|
||||||
export CIBW_TEST_COMMAND='python -c "import tests; tests.unittest.main(defaultTest=\"tests.test_suite\")"'
|
export CIBW_TEST_COMMAND='python -c "import tests; tests.unittest.main(defaultTest=\"tests.test_suite\")"'
|
||||||
|
|
||||||
export PSYCOPG2_TESTDB=postgres
|
export PSYCOPG2_TESTDB=postgres
|
||||||
|
|
Loading…
Reference in New Issue
Block a user