Skip to content
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

Open
3 tasks
maxrake opened this issue Oct 15, 2024 · 0 comments
Open
3 tasks

Add Python 3.13 support #488

maxrake opened this issue Oct 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@maxrake
Copy link
Contributor

maxrake commented Oct 15, 2024

Description

Add Python 3.13 support to the code base.

Additional Details

  • This issue should be completed to coincide with the scheduled release of Python 3.13
  • Update the Docker base image version
  • This task can be started earlier by using a release candidate version
  • Update the CONTRIBUTING documentation
    • Update pyenv locally and maybe provide a notice to others to do the same
  • Update the testing environments
    • in tox, GitHub workflows, etc.
  • It might make sense to do Drop Python 3.9 support #357 at the same time
    • Or at least for the same release of phylum-ci
  • Confirm that poetry-core supports this version of Python and includes it in the list of available Python versions
    • If needed, update pyproject.toml to ensure the minimum version of poety-core for support

Acceptance Criteria

  • Python 3.13 support is added
  • Tests run and pass with Python 3.13, both locally and in CI
  • Documentation is updated
@maxrake 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 maxrake self-assigned this 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
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant