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

Add support for Python 3.11 & 3.12 #277

Merged
merged 6 commits into from
Apr 16, 2024
Merged

Add support for Python 3.11 & 3.12 #277

merged 6 commits into from
Apr 16, 2024

Commits on Apr 16, 2024

  1. feat: add support for python 3.12

    irtazaakram authored and feanil committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    db65027 View commit details
    Browse the repository at this point in the history
  2. fix: add support for python 3.11

    irtazaakram authored and feanil committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    aa85d70 View commit details
    Browse the repository at this point in the history
  3. fix: dependencies

    irtazaakram authored and feanil committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a370220 View commit details
    Browse the repository at this point in the history
  4. build: Update codecov to use the repository upload token.

    This are required now and older versions of codecov fail inconsistently
    if they're not there.
    feanil committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    29b5b76 View commit details
    Browse the repository at this point in the history
  5. chore: Run edx_lint update

    * Also update local tweaks because one of the things we were supressing
      was moved to an optional extension.
    * Fix a pylint violation that crops up in Python 3.12
    feanil committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a91cf08 View commit details
    Browse the repository at this point in the history
  6. chore: Add a wheel dependency for relevant quality checks.

    In newer versions of Python it's not installed by default.
    feanil committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4b543f1 View commit details
    Browse the repository at this point in the history