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 a fix for python 3.12 #1928

Merged
merged 4 commits into from
Oct 6, 2023
Merged

Add a fix for python 3.12 #1928

merged 4 commits into from
Oct 6, 2023

Commits on Oct 6, 2023

  1. Add a fix for python 3.12

    The python extractor does not yet support 3.12. Check for this and
    instead make sure we run python 3.11. Only need to check on windows
    since we are extremely unlikely to be running 3.12 on linux or macos.
    aeisenberg committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    d091652 View commit details
    Browse the repository at this point in the history
  2. Add integration test

    Also:
    
    - Update changelog
    - Fix comments in check_python script
    aeisenberg committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    028bacb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    669c610 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    aeisenberg committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    94b6970 View commit details
    Browse the repository at this point in the history