Skip to content

Conversation

@waketzheng
Copy link
Contributor

Description

  1. Declare Python3.13 supported in pyproject.toml
  2. Run uv lock --upgrade to upgrade deps
  3. Update ruff in pyproject.toml from 0.8.0 to 0.11.7(the latest version)
  4. Run ./scripts/lint and ./scripts/check

'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
Copy link
Owner

Choose a reason for hiding this comment

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

You'll need to include this in the pipeline.

Suggested change
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: 3.13',

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Kludex What do you mean include in pipeline? 3.13 already in CI list:

python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

Copy link
Owner

Choose a reason for hiding this comment

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

Ah, nice!

@Kludex Kludex merged commit 7aa8d99 into Kludex:master Apr 29, 2025
7 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.

2 participants