Skip to content

Add Python 3.13#170

Open
PhilipMay wants to merge 2 commits into
mainfrom
add-py-3.13
Open

Add Python 3.13#170
PhilipMay wants to merge 2 commits into
mainfrom
add-py-3.13

Conversation

@PhilipMay
Copy link
Copy Markdown
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