Skip to content

chore: update pyproject.toml #152

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 3 commits into
base: main
Choose a base branch
from
Open

Conversation

LeonardHd
Copy link
Collaborator

@LeonardHd LeonardHd commented Apr 25, 2025

Updates the metdata in pyproject.toml and increases the upper version bound to <3.14.

  • Increases the upper bound to <3.14. Cannot use <4 (i.e., all 3.x versions) as pythonnet has a stricter limit.
  • Updates description and updates the license based on the python packaging guide Python Packaging User Guide and allows us to remove "License :: OSI Approved :: MIT License", from the classifiers.
  • Adds the latest python major release to e2e testing.

Closes #150

Updates the metdata in pyproject.toml
and lifts the upper version bound.
Adds the latest python major release to
e2e testing.
@LeonardHd LeonardHd requested a review from Copilot April 25, 2025 10:56
Copy link

@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 updates the project's metadata by revising the Python version constraints, updating the package description and license information, and adjusting the CI matrix to include the latest Python 3.x release for end-to-end testing.

  • Updated Python version constraints in pyproject.toml and [tool.poetry.dependencies] from "<3.13" to "<3.14"
  • Revised package description, license, and keywords in pyproject.toml per the Python Packaging User Guide
  • Expanded the CI testing matrix to include a "3.x" Python version for the latest 3.x release

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
pyproject.toml Updated Python version constraints, description, license, and keywords
.github/workflows/ci.yml Expanded the Python version matrix to include "3.x"
Comments suppressed due to low confidence (1)

.github/workflows/ci.yml:92

  • Ensure that specifying '3.x' correctly resolves to the intended Python release in the CI environment; double-check that the action supports this shorthand to prevent unexpected behavior.
python-version: ['3.9', '3.10', '3.11', '3.x']

@LeonardHd LeonardHd requested a review from arjendev April 25, 2025 10:58
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.

Non-Preview Packages Need Python Version < 3.13.0
1 participant