File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/setup-python@v5
11
11
id : setup-python
12
12
with :
13
- python-version : " 3.12 "
13
+ python-version : " 3.13 "
14
14
- name : Install poetry
15
15
run : pipx install poetry
16
16
- uses : actions/cache@v4
27
27
- uses : actions/setup-python@v5
28
28
id : setup-python
29
29
with :
30
- python-version : " 3.12 "
30
+ python-version : " 3.13 "
31
31
- name : Install pandoc
32
32
run : sudo apt-get install -y pandoc
33
33
- name : Install poetry
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = ["@mozilla/jbi-core"]
6
6
license = " MPL"
7
7
8
8
[tool .poetry .dependencies ]
9
- python = " >=3.13 , <3.14"
9
+ python = " >=3.12 , <3.14"
10
10
fastapi = " ^0.115.4"
11
11
pydantic = {version = " ^2.9.2" , extras = [" email" ]}
12
12
uvicorn = {extras = [" standard" ], version = " ^0.32.0" }
@@ -65,7 +65,7 @@ markers = [
65
65
]
66
66
67
67
[tool .mypy ]
68
- python_version = " 3.12 "
68
+ python_version = " 3.13 "
69
69
# Warn when returning Any from function with non-Any return
70
70
warn_return_any = true
71
71
plugins = " pydantic.mypy"
You can’t perform that action at this time.
0 commit comments