Skip to content

chore: pin Python version to 3.14.5 across guide and config#11

Merged
junwoojeong100 merged 1 commit into
mainfrom
chore/python-3-14-5
Jun 8, 2026
Merged

chore: pin Python version to 3.14.5 across guide and config#11
junwoojeong100 merged 1 commit into
mainfrom
chore/python-3-14-5

Conversation

@junwoojeong100

Copy link
Copy Markdown
Owner

Summary

Unify all Python version references in the hands-on guide and project settings to Python 3.14.5.

Changes

File Before After
README.md (prerequisites table) Python 3 Python 3.14.5
.github/instructions/python.instructions.md base 3.10+, recommended 3.12 3.14.5
.github/agents/debugger.agent.md check 3.10+ / 3.12, table 3.10.x 3.14.5
.github/workflows/smoke.yml (CI) python-version: "3.12" "3.14.5"

Notes

  • No remaining 3.10/3.11/3.12/3.13 references (verified via grep).
  • smoke.yml validated as well-formed YAML.
  • The unrelated requirements.txt dependency bump (agent-framework 1.8.0) is intentionally excluded from this PR.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

Unify the Python version references in the README prerequisites table,
the Python instructions, the debugger agent checklist, and the CI smoke
workflow so the hands-on guide and settings consistently target Python
3.14.5.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@junwoojeong100
junwoojeong100 marked this pull request as ready for review June 8, 2026 04:19
@junwoojeong100
junwoojeong100 merged commit 66ecc9b into main Jun 8, 2026
2 checks passed
@junwoojeong100
junwoojeong100 deleted the chore/python-3-14-5 branch June 8, 2026 05:38
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