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

Support Python 3.13 #539

Merged
merged 6 commits into from
Oct 18, 2024
Merged

Support Python 3.13 #539

merged 6 commits into from
Oct 18, 2024

Commits on Oct 10, 2024

  1. Test Python 3.13 in CI

    Add Python 3.13 to package metadata.
    CasperWA committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bc4a973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9047a07 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Update multiline variable

    Multiline strings must now explicitly not include any indentations, even
    if they exist within indented blocks.
    CasperWA committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c364390 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5469f5b View commit details
    Browse the repository at this point in the history
  3. Remove upper minor Python version limit

    This will make it easier to test with future Python 3 versions
    CasperWA committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e172fba View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    103343b View commit details
    Browse the repository at this point in the history