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

[Chore] Introduce Python 3.12 #346

Merged
merged 4 commits into from
Mar 23, 2024

Commits on Mar 22, 2024

  1. chore: introduce python 3.12

    * (chore): update 'classifiers' in pyproject.toml, add python 3.12
    * (chore): update 'target-version' for 'tool.black' in pyproject.toml,
      add python 3.12
    * (chore): add 3.12 python-version for strategy matrix of ci-jobs in
      pythonapp.yml
    nautics889 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    82a401d View commit details
    Browse the repository at this point in the history
  2. fix: failing ci-job for black formatting

    * (fix): add conditional installation of black ">=23.12.0" if it's
      python 3.12
    nautics889 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3e38bc2 View commit details
    Browse the repository at this point in the history
  3. fix: failing ci-job for black formatting

    * (fix): remove 'py312' from the black's 'target-version' list
    nautics889 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    62c013f View commit details
    Browse the repository at this point in the history
  4. fix: failing several ci-jobs

    * (chore): add 'additional_dependencies' for several hooks
    nautics889 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    61319e9 View commit details
    Browse the repository at this point in the history