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

replacing distutils.StrictVersion dependency for Python 3.12 #6938

Merged
merged 4 commits into from Jan 3, 2024
Merged

replacing distutils.StrictVersion dependency for Python 3.12 #6938

merged 4 commits into from Jan 3, 2024

Commits on Jan 3, 2024

  1. replacing distutils.StrictVersion dependency with packaging.version.V…

    …ersion after distutils deprecation (in 3.10) and removal in Python 3.12 (see https://docs.python.org/3.10/whatsnew/3.10.html#distutils-deprecated)
    daniel committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    e014733 View commit details
    Browse the repository at this point in the history
  2. add changeset

    gradio-pr-bot committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    2f44a57 View commit details
    Browse the repository at this point in the history
  3. remove distutils

    abidlabs committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    1e7fde8 View commit details
    Browse the repository at this point in the history
  4. add changeset

    gradio-pr-bot committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    df1fb98 View commit details
    Browse the repository at this point in the history