File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,13 @@ environment:
36
36
37
37
# Fully supported 64-bit versions, with testing. This should be
38
38
# 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
43
46
44
47
- PYTHON : " C:\\ Python312-x64"
45
48
PYTHON_VERSION : " 3.12.0"
@@ -75,6 +78,7 @@ install:
75
78
- ps : " ls \" C:/\" "
76
79
- ps : " ls \" C:/Program Files/\" "
77
80
- ps : " ls \" C:/Program Files/MySQL\" "
81
+ - ps : " Get-ChildItem -Path \" C:/Program Files/PostgreSQL\" -Recurse"
78
82
- ps : " ls \" C:/Program Files (x86)/\" "
79
83
80
84
- ECHO "Installed SDKs:"
You can’t perform that action at this time.
0 commit comments