Python3.10以上からPython3.12以上へ変更 - #37
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
このPRは、プロジェクト全体のサポート対象Pythonを 3.10以上 → 3.12以上 に引き上げ、依存関係ロック・ドキュメント・CI/開発環境設定を一貫して更新するものです。
Changes:
pyproject.tomlのrequires-pythonと Ruff設定を Python 3.12 基準へ更新uv.lockを Python 3.12+ 前提の解決結果へ更新(旧バージョン向け条件/パッケージ群の整理)- README / Sphinx docs / Read the Docs / GitHub Actions / Devcontainer / VS Code 設定のPythonバージョン表記・設定を 3.12+ に統一
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
uv.lock |
Python 3.12+ を前提としたロック内容へ更新 |
README.md |
Requirements のPython要件を 3.12+ に更新 |
pyproject.toml |
requires-python と classifiers、Ruffのtargetを 3.12 基準に更新 |
docs/user_guide/getting_started.rst |
ドキュメントのPython要件を 3.12以上に更新 |
.vscode/settings.json |
.venv の site-packages パスを Python 3.12 に更新 |
.readthedocs.yaml |
Read the Docs のビルドPythonを 3.12 に更新 |
.github/workflows/publish-to-pypi.yml |
publishジョブのPythonセットアップを 3.12 に更新 |
.github/workflows/lint-test.yml |
CIマトリクスを 3.12 / 3.13 のみに更新 |
.devcontainer/Dockerfile |
devcontainer のPythonインストール/参照を 3.12 に更新 |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.