Skip to content

Commit 619961b

Browse files
committed
very minor revisions
1 parent eec501d commit 619961b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
done 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

1113
3.0:

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ else
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)

0 commit comments

Comments
 (0)