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

Update Python Versions #457

Merged
merged 3 commits into from
Aug 14, 2023
Merged

Update Python Versions #457

merged 3 commits into from
Aug 14, 2023

Commits on Aug 14, 2023

  1. Update Python Versions

    This patch removes the tests for discontinued Python versions.
    lkiesow committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5cc5744 View commit details
    Browse the repository at this point in the history
  2. Update Flake8 Checks

    This patch fixes a few complaints of newer flake8 versions.
    lkiesow committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    92f9bb3 View commit details
    Browse the repository at this point in the history
  3. Fix Session Test

    The test was probing for a valid session by checking a random attribute.
    This attribute has been removed with SQLAlchemy 2.
    lkiesow committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8fc852b View commit details
    Browse the repository at this point in the history