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 support for Python 3.12 #2119

Merged
merged 8 commits into from
Apr 23, 2024
Merged

Add support for Python 3.12 #2119

merged 8 commits into from
Apr 23, 2024

Commits on Apr 22, 2024

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

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    1bb7399 View commit details
    Browse the repository at this point in the history
  2. Add support for Python 3.12

    hartwork committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ac64026 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9386ffa View commit details
    Browse the repository at this point in the history
  4. flake8: Address warning E721

    Precise warning was:
    > lib/pychess/widgets/BoardControl.py:257:29: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
    hartwork committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0a534e1 View commit details
    Browse the repository at this point in the history
  5. flake8: Address warning F811

    Precice warning was:
    > lib/pychess/widgets/gamenanny.py:160:17: F811 redefinition of unused 'callback' from line 152
    hartwork committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4253294 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fc90d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3134e24 View commit details
    Browse the repository at this point in the history