Skip to content

Fix deploy_docs workflow: Python 3.7 unavailable on GitHub Actions#16

Merged
wannaphong merged 2 commits intodevfrom
copilot/fix-action-run-issue
Jan 28, 2026
Merged

Fix deploy_docs workflow: Python 3.7 unavailable on GitHub Actions#16
wannaphong merged 2 commits intodevfrom
copilot/fix-action-run-issue

Conversation

Copy link
Contributor

Copilot AI commented Jan 28, 2026

GitHub Actions no longer provides Python 3.7 (EOL June 2023), causing the deploy_docs workflow to fail.

Changes

  • Updated Python version: 3.73.8 (aligns with test.yml)
  • Updated actions: checkout@v1v4, setup-python@v1v5

Python 3.8 is already the minimum version tested in CI and compatible with setup.py's python_requires=">=3.6".

Original prompt

Fix https://github.com/PyThaiNLP/PyThaiTTS/actions/runs/21442660424


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: wannaphong <8536487+wannaphong@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix action run issue in PyThaiTTS Fix deploy_docs workflow: Python 3.7 unavailable on GitHub Actions Jan 28, 2026
Copilot AI requested a review from wannaphong January 28, 2026 14:48
@wannaphong wannaphong marked this pull request as ready for review January 28, 2026 14:55
@wannaphong wannaphong merged commit b801b93 into dev Jan 28, 2026
1 check 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