Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status of psycopg2 2.9.5 release, with support for Python 3.11 #1514

Closed
3 tasks done
dvarrazzo opened this issue Oct 25, 2022 · 9 comments
Closed
3 tasks done

Status of psycopg2 2.9.5 release, with support for Python 3.11 #1514

dvarrazzo opened this issue Oct 25, 2022 · 9 comments

Comments

@dvarrazzo
Copy link
Member

dvarrazzo commented Oct 25, 2022

Most packages have been published already.

  • Linux Packages for Python 3.6--3.11
  • macOS arm64 Packages for Python 3.8--3.11
  • macOS x86_64 Packages Python 3.6--3.10

Still missing:

@scuml
Copy link

scuml commented Oct 26, 2022

python-3.11.0-darwin-x64 is ready in the resource list. Thanks for your work on this.

@dvarrazzo
Copy link
Member Author

@scuml thank you for the heads up! Builders' gonna build!

dvarrazzo added a commit that referenced this issue Oct 26, 2022
The required images weren't available at the time of building the other
packages. See #1514.

The changeset includes temporary changes to skip other builds. They will
be reverted before merging.
@dvarrazzo
Copy link
Member Author

macOS x86_64 package for Python 3.11 now available on PyPI!

@scuml
Copy link

scuml commented Oct 27, 2022

Thanks @dvarrazzo - works great.

vinitkumar added a commit to SocialSchools/django-cms that referenced this issue Oct 28, 2022
```
from psycopg2._psycopg import (                     # noqa
63
SystemError: initialization of _psycopg raised unreported exception
```

Python3.11 is only supported in the newer release.

- psycopg/psycopg2#1514

Authored-by: Vinit Kumar <vinit.kumar@kidskonnect.nl>
Signed-off-by: Vinit Kumar <vinit.kumar@kidskonnect.nl>
@rubiodamian
Copy link

still not working on docker.
tested on python:3-alpine

@dvarrazzo
Copy link
Member Author

@rubiodamian musllinux packages have been released: see the list of files in release 2.9.5. cp311-musllinux packages are available there.

$ docker run -ti --rm  --name py311 python:3.11-alpine sh
/ # pip install psycopg2-binary
Collecting psycopg2-binary
  Downloading psycopg2_binary-2.9.5-cp311-cp311-musllinux_1_1_x86_64.whl (1.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 7.1 MB/s eta 0:00:00
Installing collected packages: psycopg2-binary
Successfully installed psycopg2-binary-2.9.5

@fmpfeifer
Copy link

appveyor/ci#3844 already closed

@dvarrazzo
Copy link
Member Author

@fmpfeifer already testing, thank you :)

@dvarrazzo
Copy link
Member Author

Packages for Python© 3.11® for Workgroup™ released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants