Skip to content

Commit a068ddb

Browse files
committed
appveyor: debugging where psql went.
1 parent aa141b6 commit a068ddb

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

appveyor.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,13 @@ environment:
3636

3737
# Fully supported 64-bit versions, with testing. This should be
3838
# all the current (non EOL) versions.
39-
- PYTHON: "C:\\Python313-x64"
40-
PYTHON_VERSION: "3.13.0"
41-
PYTHON_ARCH: "64"
42-
PYTHON_EXE: python
39+
40+
# 2024-10-11: Awaiting release of psycopg 2.9.10; current
41+
# release won't build on Py 3.13
42+
# - PYTHON: "C:\\Python313-x64"
43+
# PYTHON_VERSION: "3.13.0"
44+
# PYTHON_ARCH: "64"
45+
# PYTHON_EXE: python
4346

4447
- PYTHON: "C:\\Python312-x64"
4548
PYTHON_VERSION: "3.12.0"
@@ -75,6 +78,7 @@ install:
7578
- ps: "ls \"C:/\""
7679
- ps: "ls \"C:/Program Files/\""
7780
- ps: "ls \"C:/Program Files/MySQL\""
81+
- ps: "Get-ChildItem -Path \"C:/Program Files/PostgreSQL\" -Recurse"
7882
- ps: "ls \"C:/Program Files (x86)/\""
7983

8084
- ECHO "Installed SDKs:"

0 commit comments

Comments
 (0)