这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@kemingy
Copy link
Member

@kemingy kemingy commented Oct 14, 2025

No description provided.

Signed-off-by: Keming <kemingy94@gmail.com>
@kemingy kemingy requested a review from Copilot October 14, 2025 14:12
Copy link

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

Updates Python version support by dropping Python 3.9 and adding Python 3.14 support, with corresponding configuration updates across the project.

  • Removes Python 3.9 support and adds Python 3.14 (including experimental threading support)
  • Updates minimum required Python version from 3.9 to 3.10
  • Leverages Python 3.10+ features like the strict parameter in zip()

Reviewed Changes

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

Show a summary per file
File Description
spectree/spec.py Adds strict=True parameter to zip() call, utilizing Python 3.10+ feature
pyproject.toml Updates Python version requirements and classifiers
pylock.toml Updates lock file with new Python version requirement and removes Python 3.9-specific dependencies
pylock.legacy.toml Updates legacy lock file similarly to main lock file
build.envd Updates development environment Python version from 3.9 to 3.10
.github/workflows/pythonpackage.yml Updates CI matrix to test Python 3.10-3.14 and adds new Python variants
.github/workflows/pythondoc.yml Updates documentation generation to use Python 3.13

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Signed-off-by: Keming <kemingy94@gmail.com>
Signed-off-by: Keming <kemingy94@gmail.com>
@kemingy
Copy link
Member Author

kemingy commented Oct 15, 2025

blocked by pydantic

@kemingy
Copy link
Member Author

kemingy commented Oct 16, 2025

From pydantic https://github.com/pydantic/pydantic/releases/tag/v2.12.0:

The core functionality of Pydantic V1 is not compatible with Python 3.14 or greater.

Signed-off-by: Keming <kemingy94@gmail.com>
@kemingy kemingy changed the title chore: drop py3.9, add py3.14 refactor: drop pydantic v1, drop py3.9, add py3.14 Oct 22, 2025
@kemingy kemingy added this pull request to the merge queue Oct 22, 2025
Merged via the queue into 0b01001001:main with commit b60090f Oct 22, 2025
10 checks passed
@kemingy kemingy deleted the drop_py39 branch October 22, 2025 03:45
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