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 Python 3.13 #170

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add Python 3.13 #170

wants to merge 1 commit into from

Conversation

PhilipMay
Copy link
Member

Description

Pull request checklist

  • tests
    • Do we have tests? Should we add more?
    • Should we parametrize tests?
    • Should we add hypothesis tests?
  • documentation
    • add docstrings
    • if a module is new: add API reference file for Sphinx in docs/source/api-reference
    • check API doc of Sphinx - build and show with make sphinx && make open-sphinx
  • fix checks
    • start locale checks with make check
    • fix formatting with make format
  • Python type info
    • check and improve Python type info
    • double check if return types are specified - including -> None
  • check TODO comments in code
  • check FIXME comments in code
  • check if we want to increase the version or rc number
  • check if the copyright needs an update
    • file header
    • README.md
    • LICENSE file

@PhilipMay PhilipMay self-assigned this Mar 21, 2025
@PhilipMay PhilipMay linked an issue Mar 21, 2025 that may be closed by this pull request
@PhilipMay PhilipMay added the enhancement New feature or request label Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Python 3.13 support
1 participant