-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Conversation
d848ff5
to
9cdc6b9
Compare
e073a57
to
e688ead
Compare
e688ead
to
a59079a
Compare
fd85b10
to
e1cf23d
Compare
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
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. |
@dvarrazzo are there any more blockers? |
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.
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. |
I found it quite difficult to continue building 3.7 wheels for macos. Maybe someone knows better.
See #1692.