Skip to content

build(pyproject.toml): drop support for python 3.9 (require 3.10+) #641

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

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

Conversation

mattgebert
Copy link
Contributor

Purpose:

In upgrading via #592 and #622, the new functionality for checking constructor docstrings fulfilled by the class docstring requires stable use of __qualname__ for the Validator class.

The problem:

This property is not supported in dataclasses in python3.9, but from 3.10 onward (solves #637).

Suggestion:

Drop support for Python3.9, which EOL is Oct 2025, so #622 can be validated and merged.

In upgrading via numpy#592 and numpy#622, requires stable use of __qualname__, not supported in dataclasses in python3.9 (solves numpy#637).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant