We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63e993 commit bc61679Copy full SHA for bc61679
3 files changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python
21
uses: actions/setup-python@v5
22
with:
23
- python-version: '3.10.9'
+ python-version: '3.13.4'
24
25
- name: Cache Poetry & pip
26
uses: actions/cache@v3
.gitlab-ci.yml
@@ -24,7 +24,7 @@ Build_Frontend:
train_model:
stage: train
27
- image: python:3.10
+ image: python:3.13
28
before_script:
29
- apt-get update && apt-get install -y git
30
- pip install poetry
pyproject.toml
@@ -8,7 +8,7 @@ authors = [
8
package-mode = false
9
license = {text = "MIT"}
10
readme = "README.md"
11
-requires-python = ">=3.8,<3.11"
+requires-python = ">=3.13,<3.14"
12
dependencies = [
13
"rasa (>=3.6.21,<4.0.0)",
14
"jinja2 (>=3.1.6,<4.0.0)",
0 commit comments