Skip to content

Commit dcea606

Browse files
Copilotasfaltboy
andauthored
ci: pin to Python 3.8 (ST4 runtime) with explicit comment about ST3 vs ST4 Python versions
Agent-Logs-Url: https://github.com/asfaltboy/SublimeTestPlier/sessions/648a7aeb-d19a-4574-bafd-c07b83df5695 Co-authored-by: asfaltboy <321520+asfaltboy@users.noreply.github.com>
1 parent 435446f commit dcea606

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v5
1313
with:
14-
python-version: '3.11'
14+
# Sublime Text 3 embeds Python 3.3; ST4 embeds Python 3.8.
15+
# Python 3.3 is EOL and unavailable on GitHub Actions runners,
16+
# so we test against 3.8 (the ST4 runtime) as the minimum
17+
# supported version available on CI.
18+
python-version: '3.8'
1519
- name: Install dependencies
1620
run: |
1721
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)