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

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    a59079a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26f0f13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eccfbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1cf23d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. ci(win): use PostgreSQL 13 for tests

    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 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    dac8fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    563b55a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    8c9a35d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. ci(windows): drop Python 3.8 packages

    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 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4987362 View commit details
    Browse the repository at this point in the history