Skip Python 3.12 on Windows for now

> LINK : fatal error LNK1181: cannot open input file 'libpq.lib'
Maybe related: https://github.com/psycopg/psycopg2/issues/1628
This commit is contained in:
Nicholas Albion
2023-10-10 11:42:41 +11:00
parent 5e595c299b
commit 98a7a0fa02

View File

@@ -17,6 +17,11 @@ jobs:
# 3.11 - 24 Oct 2022
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
# LINK : fatal error LNK1181: cannot open input file 'libpq.lib'
# Maybe related: https://github.com/psycopg/psycopg2/issues/1628
- os: windows-latest
python-version: '3.12'
steps:
- uses: actions/checkout@v4