Skip to content

Commit 0bfe1c3

Browse files
committed
Run CI with 3.13
1 parent 7b1a4c9 commit 0bfe1c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/setup-python@v5
1111
id: setup-python
1212
with:
13-
python-version: "3.12"
13+
python-version: "3.13"
1414
- name: Install poetry
1515
run: pipx install poetry
1616
- uses: actions/cache@v4
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/setup-python@v5
2828
id: setup-python
2929
with:
30-
python-version: "3.12"
30+
python-version: "3.13"
3131
- name: Install pandoc
3232
run: sudo apt-get install -y pandoc
3333
- name: Install poetry

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["@mozilla/jbi-core"]
66
license = "MPL"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.13, <3.14"
9+
python = ">=3.12, <3.14"
1010
fastapi = "^0.115.4"
1111
pydantic = {version = "^2.9.2", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.32.0"}
@@ -65,7 +65,7 @@ markers = [
6565
]
6666

6767
[tool.mypy]
68-
python_version = "3.12"
68+
python_version = "3.13"
6969
# Warn when returning Any from function with non-Any return
7070
warn_return_any = true
7171
plugins = "pydantic.mypy"

0 commit comments

Comments
 (0)