Skip to content

Commit c657bf0

Browse files
committed
chore(deps): update to Python 3.13 everywhere
1 parent f7b926f commit c657bf0

3 files changed

Lines changed: 3 additions & 196 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22-
- name: Set up Python 3.11
22+
- name: Set up Python 3.13
2323
uses: actions/setup-python@v3
2424
with:
2525
python-version: "3.13"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = ""
33
version = "0.0.1"
4-
requires-python = "~=3.11"
4+
requires-python = "~=3.13"
55
dependencies = [
66
"fastapi[standard]",
77
"pyyaml",

0 commit comments

Comments
 (0)