Skip to content

Commit bc61679

Browse files
Update Python
1 parent f63e993 commit bc61679

3 files changed

Lines changed: 3 additions & 3 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.13.4'
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.13
2828
before_script:
2929
- apt-get update && apt-get install -y git
3030
- pip install poetry

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
package-mode = false
99
license = {text = "MIT"}
1010
readme = "README.md"
11-
requires-python = ">=3.8,<3.11"
11+
requires-python = ">=3.13,<3.14"
1212
dependencies = [
1313
"rasa (>=3.6.21,<4.0.0)",
1414
"jinja2 (>=3.1.6,<4.0.0)",

0 commit comments

Comments
 (0)