Fix/python version bump#23
Merged
Merged
Conversation
- 将 Python 最低版本从 3.7 提升到 3.8,与 CI 测试一致 - 简化 typing-extensions 依赖配置 - 修复 dynamic_import 异常处理丢失原始错误信息 - 移除 throttle 装饰器中无意义的 nonlocal self
- 更新 ruff 配置格式,忽略 star imports 警告 - 移除 flatten.py 中未使用的 Optional 导入 - 为 typing_.py 添加 __all__ 导出
- test.yml: 添加 Python 3.11, 3.12 测试,更新 actions 版本 - release.yml: 更新 actions 版本,修复 deprecated set-output 语法 - deploy-docs.yml: 更新 actions 版本,升级 Node.js 20 和 pnpm 9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.