File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22done so far:
33 - opened up for development
44 - drop support for Postgres versions prior to 13
5-
6- to do:
75 - confirm support for Python 3.12
86 - confirm support for pg17
7+ still to do:
8+ - automated testing for pg17
9+ - confirm support for Python 3.12
10+
911
1012
11133.0:
Original file line number Diff line number Diff line change 9393 python_version = $(shell ${PYTHON} --version 2>&1 | cut -d ' ' -f 2 | cut -d '.' -f 1-2)
9494 PYTHON_CONFIG ?= python${python_version}-config
9595
96- # --embed required for Py >= 3.8
9796 PY_LIBSPEC = $(shell ${PYTHON_CONFIG} --embed >/dev/null && ${PYTHON_CONFIG} --libs --embed || ${PYTHON_CONFIG} --libs)
9897 PY_INCLUDESPEC = $(shell ${PYTHON_CONFIG} --includes)
9998 PY_CFLAGS = $(shell ${PYTHON_CONFIG} --cflags)
You can’t perform that action at this time.
0 commit comments