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

Rebase to Python 3.8 #47

Merged
merged 10 commits into from
Jul 19, 2024
Merged

Rebase to Python 3.8 #47

merged 10 commits into from
Jul 19, 2024

Commits on Jul 17, 2024

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

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    7e9c5ce View commit details
    Browse the repository at this point in the history
  2. Revert "requirements-dev.in: ensure Python 3.8 and type annotation su…

    …pport"
    
    This reverts commit a81cce2.
    
    We'll fix the requirements under Python 3.8 from now on.
    wferi committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b35bf97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c2b0d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    550b355 View commit details
    Browse the repository at this point in the history
  5. test_config.py: any list subclass instance is a list

    Fixes "E721 do not compare types" from pycodestyle.
    wferi committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    bfa8ea3 View commit details
    Browse the repository at this point in the history
  6. config.py: get rid of mypy error

    error: Signature of "parse_known_args" incompatible with supertype "ArgumentParser"  [override]
    wferi committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ba4f3c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    018a1fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32200fa View commit details
    Browse the repository at this point in the history
  9. utils.py, bldr.py: support Python 3.12

    By migrating from the deprecated pkg_resources API to
    importlib_resources.
    wferi committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    41111ef View commit details
    Browse the repository at this point in the history