File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 1919 - " 3.10"
2020 - " 3.11"
2121 - " 3.12"
22- # - "3.13"
22+ - " 3.13"
2323 exclude :
2424 # - os: windows-latest
2525 # python-version: "3.13"
5252 pip install psycopg2-binary
5353
5454 # Windows specific
55- # whl files downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
56- - name : Install psycopg2-binary for Windows using local wheel
55+ - name : Install psycopg2-binary for Windows
5756 if : matrix.os == 'windows-latest'
5857 run : |
59- # # Determine the wheel filename based on the Python version
60- # $wheelFilename = switch ("${{ matrix.python-version }}") {
61- # "3.7" { "psycopg2-2.9.3-cp37-cp37m-win_amd64.whl" }
62- # "3.8" { "psycopg2-2.9.3-cp38-cp38-win_amd64.whl" }
63- # "3.9" { "psycopg2-2.9.3-cp39-cp39-win_amd64.whl" }
64- # "3.10" { "psycopg2-2.9.3-cp310-cp310-win_amd64.whl" }
65- # "3.11" { "psycopg2-2.9.3-cp311-cp311-win_amd64.whl" }
66- # }
67-
68- # # Print the wheel filename for debugging
69- # Write-Host "Determined wheel filename: $wheelFilename"
70-
71- # # Install the wheel
72- # pip install ./tests/whls/$wheelFilename
7358 pip install psycopg2-binary
7459 shell : powershell
7560 # End Windows specific
You can’t perform that action at this time.
0 commit comments