Skip to content

Conversation

chrimaho
Copy link
Contributor

This pull request updates the pyproject.toml file to enhance metadata clarity and correct the Python version requirement syntax. The most important changes include reorganizing and expanding the classifiers section and adjusting the requires-python field.

Metadata improvements:

  • Reorganized and expanded the classifiers section to include additional topics such as Testing :: Unit and Utilities, improving the discoverability and categorization of the project.

Syntax correction:

  • Updated the requires-python field from ">3.9,<4.0" to ">=3.9,<4.0" to align with standard version specification syntax.

@chrimaho chrimaho requested a review from Copilot May 25, 2025 21:42
@chrimaho chrimaho self-assigned this May 25, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR improves project metadata by reorganizing the classifiers and correcting the Python version requirement syntax.

  • Reorganized the classifiers section to enhance discoverability by adding topics such as "Testing :: Software Development :: Testing :: Unit" and "Utilities".
  • Updated the requires-python field syntax to ">=3.9,<4.0" to properly include Python 3.9 as a valid version.

@chrimaho chrimaho merged commit 8fc37d6 into main May 25, 2025
20 checks passed
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