Skip to content

Commit 3e7b7e1

Browse files
Update python Docker tag
1 parent f63e993 commit 3e7b7e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: '3.10.9'
23+
python-version: '3.14.1'
2424

2525
- name: Cache Poetry & pip
2626
uses: actions/cache@v3

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Build_Frontend:
2424

2525
train_model:
2626
stage: train
27-
image: python:3.10
27+
image: python:3.14
2828
before_script:
2929
- apt-get update && apt-get install -y git
3030
- pip install poetry

0 commit comments

Comments
 (0)