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

Build Python 3.13 wheels, drop support for Python 3.7 #1729

Merged
merged 8 commits into from
Oct 10, 2024

Conversation

edgarrmondragon
Copy link
Contributor

@edgarrmondragon edgarrmondragon commented Sep 16, 2024

I found it quite difficult to continue building 3.7 wheels for macos. Maybe someone knows better.

See #1692.

@edgarrmondragon edgarrmondragon force-pushed the 1692-py313-wheels branch 9 times, most recently from d848ff5 to 9cdc6b9 Compare September 16, 2024 20:06
@edgarrmondragon edgarrmondragon force-pushed the 1692-py313-wheels branch 14 times, most recently from e073a57 to e688ead Compare October 5, 2024 04:31
@edgarrmondragon edgarrmondragon marked this pull request as ready for review October 5, 2024 04:48
@edgarrmondragon edgarrmondragon changed the title Build Python 3.13 wheels Build Python 3.13 wheels, drop support for Python 3.7 Oct 5, 2024
doc/src/install.rst Outdated Show resolved Hide resolved
@dvarrazzo
Copy link
Member

Trying to build the packages... 👀

By latest errors, it seems that Postgres 9.6 is no more supported on
VS2019 image. By documentation, it also seem that Postgres 13 is the
most recent supported database and not available in VS2015 image.
Therefore, drop Python 3.8 test (and likely build).

See https://www.appveyor.com/docs/services-databases/#postgresql
@dvarrazzo
Copy link
Member

Looking into the build failure on appveyor. It seems like the database used for tests is too old, trying to use a more recent one.

@edgarrmondragon
Copy link
Contributor Author

@dvarrazzo are there any more blockers?

@dvarrazzo
Copy link
Member

Yesterday I managed to run the test, but not the packaging. Trying that now.

The runner image to build 3.8 package doesn't seem to have a currently
supported database, and the previously used 9.6 is no more supported on
current runners.
@dvarrazzo
Copy link
Member

I managed to build packages on Windows too. We need to drop Python 3.8 but it doesn't seem a problem.

There are a couple of little bugs I'd like to fix:

So I'd like to get those in and make a release.

@dvarrazzo dvarrazzo merged commit eaeeb76 into psycopg:master Oct 10, 2024
26 of 27 checks passed
@edgarrmondragon edgarrmondragon deleted the 1692-py313-wheels branch October 10, 2024 22:31
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

Successfully merging this pull request may close these issues.

2 participants