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

[WIP] Make compatible with Python 3.12 #1023

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Feb 22, 2024

  1. Update versioneer

    guyer committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    75eda4a View commit details
    Browse the repository at this point in the history
  2. Revert "Update versioneer"

    This reverts commit 75eda4a.
    guyer committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a242c31 View commit details
    Browse the repository at this point in the history
  3. Update versioneer to 0.19

    versioneer 0.18 is incompatible with Python 3.12
    guyer committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    85b69f4 View commit details
    Browse the repository at this point in the history
  4. Remove future.standard_library

    This library no longer exists in Python 3.12
    
    It looks like it isn't even needed in Python 2.7 to use pickle
    and redirecting_html.py should go away (but fixed it anyway).
    guyer committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    9ebd0cc View commit details
    Browse the repository at this point in the history
  5. Update locks

    guyer committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1f3cf3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bb7b84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9cd267 View commit details
    Browse the repository at this point in the history