We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b926f commit c657bf0Copy full SHA for c657bf0
3 files changed
.github/workflows/python-app.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v4
22
- - name: Set up Python 3.11
+ - name: Set up Python 3.13
23
uses: actions/setup-python@v3
24
with:
25
python-version: "3.13"
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = ""
3
version = "0.0.1"
4
-requires-python = "~=3.11"
+requires-python = "~=3.13"
5
dependencies = [
6
"fastapi[standard]",
7
"pyyaml",
0 commit comments