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

Fix support for older python versions #887

Merged
merged 8 commits into from
Mar 9, 2024

Commits on Mar 9, 2024

  1. add editorconfig

    Signed-off-by: Bas Zoetekouw <[email protected]>
    baszoetekouw committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    9d8b0b8 View commit details
    Browse the repository at this point in the history
  2. Run tests on all supported python versions

    Signed-off-by: Bas Zoetekouw <[email protected]>
    baszoetekouw committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    bd60bc9 View commit details
    Browse the repository at this point in the history
  3. Enable pylint, because it catches stuff that ruff misses

    Signed-off-by: Bas Zoetekouw <[email protected]>
    baszoetekouw committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    c3a152e View commit details
    Browse the repository at this point in the history
  4. Fix pylint issues

    Signed-off-by: Bas Zoetekouw <[email protected]>
    baszoetekouw committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    688ee9a View commit details
    Browse the repository at this point in the history
  5. Split out the different tests into separate CI steps

    Signed-off-by: Bas Zoetekouw <[email protected]>
    baszoetekouw committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    c592596 View commit details
    Browse the repository at this point in the history
  6. Fix python < 3.11 compatibility

    Signed-off-by: Bas Zoetekouw <[email protected]>
    baszoetekouw committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    fde7995 View commit details
    Browse the repository at this point in the history
  7. fix python < 3.9 compatibility

    Signed-off-by: Bas Zoetekouw <[email protected]>
    baszoetekouw committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    5e55df8 View commit details
    Browse the repository at this point in the history
  8. Don't spellcheck requirementfiles

    As some python module names are not proper english words
    
    Signed-off-by: Bas Zoetekouw <[email protected]>
    baszoetekouw committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    da63048 View commit details
    Browse the repository at this point in the history