Skip to content

Commit 0a57c26

Browse files
chore: use py310 instead of py39 in smoke ci as it has reached eol (#1406)
1 parent bed5103 commit 0a57c26

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/smoke-k8s.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
- name: Set up Python
3939
uses: actions/setup-python@v6
4040
with:
41-
# TODO: Update to 3.10 in main as 3.9 is EOL
42-
python-version: "3.9"
41+
python-version: "3.10"
4342

4443
# kind is preferred over minikube for CI: no VM overhead (~300 MB for
4544
# control-plane vs ~2 GB), no tunnel daemon needed for LoadBalancer, and

.github/workflows/smoke.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
- name: Set up Python
3838
uses: actions/setup-python@v6
3939
with:
40-
# TODO: Update to 3.10 in main as 3.9 is EOL
41-
python-version: "3.9"
40+
python-version: "3.10"
4241

4342
- name: Install tutor
4443
run: pip install -e .[dev]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [Improvement] Run smoke workflows on Python 3.10 instead of 3.9 as it has reached EOL. (by @Danyal-Faheem)

0 commit comments

Comments
 (0)