-
Notifications
You must be signed in to change notification settings - Fork 1
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 support #488
Labels
enhancement
New feature or request
Comments
maxrake
added
enhancement
New feature or request
needs triage
Used to indicate that an issue hasn't been reviewed
and removed
needs triage
Used to indicate that an issue hasn't been reviewed
labels
Oct 15, 2024
maxrake
added a commit
that referenced
this issue
Oct 17, 2024
Poetry is the workflow management tool used for this project and forms the root of all other actions taken when working with this repository. It is also used to manage dependencies and therefore should be treated very carefully, with updates to newer versions taken deliberately. This PR updates `poetry` to the latest version of v1.8.4 to account for the [changes introduced](https://python-poetry.org/history) in v1.8.4, with these actions taken: * Bump all instances of `poetry` to the new version * Installs in workflows * pre-commit hook revision * Dockerfiles * Full comparison: * python-poetry/poetry@1.8.3...1.8.4 * Bump the `poetry-core` build system version in `pyproject.toml` * v1.9.1 is when `3.13` was added to list of available Python versions * This update could have waited until #488 but did now to keep current * Full comparison: * python-poetry/poetry-core@1.8.1...1.9.1 * Update the lockfile with the new version of `poetry` None of the changes or new features in these new versions required any updates to the use of `poetry` in this project.
maxrake
added a commit
that referenced
this issue
Oct 17, 2024
Poetry is the workflow management tool used for this project and forms the root of all other actions taken when working with this repository. It is also used to manage dependencies and therefore should be treated very carefully, with updates to newer versions taken deliberately. This PR updates `poetry` to the latest version of v1.8.4 to account for the [changes introduced](https://python-poetry.org/history) in v1.8.4, with these actions taken: * Bump all instances of `poetry` to the new version * Installs in workflows * pre-commit hook revision * Dockerfiles * Full comparison: * python-poetry/poetry@1.8.3...1.8.4 * Bump the `poetry-core` build system version in `pyproject.toml` * v1.9.1 is when `3.13` was added to list of available Python versions * This update could have waited until #488 but did now to keep current * Full comparison: * python-poetry/poetry-core@1.8.1...1.9.1 * Update the lockfile with the new version of `poetry` None of the changes or new features in these new versions required any updates to the use of `poetry` in this project.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Add Python 3.13 support to the code base.
Additional Details
pyenv
locally and maybe provide a notice to others to do the sametox
, GitHub workflows, etc.phylum-ci
poetry-core
supports this version of Python and includes it in the list of available Python versionspyproject.toml
to ensure the minimum version ofpoety-core
for supportAcceptance Criteria
The text was updated successfully, but these errors were encountered: