Closed ross-spencer closed 1 year ago
Yes compatibility with python 3.11 should be already there, so building from source works ok, but Windows only uses binary packages, and we will only release them after the official Python 3.11 release.
Cool, thanks @dvarrazzo.
Python 3.11 has been officially released: Stable Releases: Python 3.11.0 - Oct. 24, 2022
Windows packages will be released only when appveyor supports Python 3.11.
Looks like there is some sort of existing issue logged with the appveyor team ... https://github.com/appveyor/ci/issues/3844
@cwegener yes, that's it. Thank you for digging it up :+1:
Status of packages release in #1514
Released.
This is a bug tracker If you have a question, such has "how do you do X with Python/PostgreSQL/psycopg2" please write to the mailing list or open a question instead.
Before opening this ticket, please confirm that:
pip --version
you get this version.psycopg2-binary
on an Apple M1, for which binary packages are not supportedpg_config
on the command line and I obtained an output instead of an error.Please complete the following information:
In Github actions running Windows-latest and Python 3.11-rc.2 the build process is failing as follows:
Picking MacOS out of that and Linux (both work) pscyopg2 installs just fine:
It maybe this is still a roadmap task for Python 11, but I wanted to share in-case others face the same issue.