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

Enable testing with Python 3.11 #9511

Merged
merged 10 commits into from Feb 11, 2022
Merged

Enable testing with Python 3.11 #9511

merged 10 commits into from Feb 11, 2022

Commits on Feb 11, 2022

  1. Enable testing with Python 3.11

    We should add Python 3.11 to our testing matrix in order to antecipate possible problems (even if we don't attempt to solve any of them right away).
    nicoddemus committed Feb 11, 2022
    Copy the full SHA
    5076792 View commit details
    Browse the repository at this point in the history
  2. python 3.11 fixes: enum repr changed

    asottile authored and nicoddemus committed Feb 11, 2022
    Copy the full SHA
    316090e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    737688e View commit details
    Browse the repository at this point in the history
  4. python 3.11 fixes: avoid attrs warning for setting cells

    RuntimeWarning: Running interpreter doesn't sufficiently support code object introspection.  Some features like bare super() or accessing __class__ will not work with slotted classes.
    asottile authored and nicoddemus committed Feb 11, 2022
    Copy the full SHA
    43d54c8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    286a2bc View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9234062 View commit details
    Browse the repository at this point in the history
  7. Use 3.11 alpha 4

    asottile committed Feb 11, 2022
    Copy the full SHA
    f9f470a View commit details
    Browse the repository at this point in the history
  8. Use 3.11-dev

    nicoddemus committed Feb 11, 2022
    Copy the full SHA
    aa24533 View commit details
    Browse the repository at this point in the history
  9. Revert "python 3.11 fixes: enum repr changed"

    This reverts commit 316090e.
    nicoddemus committed Feb 11, 2022
    Copy the full SHA
    d18a29e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    fd1ef0c View commit details
    Browse the repository at this point in the history