Skip to content

Commit 4a3b7aa

Browse files
committed
Upgrade Python to 3.14
1 parent 04eb446 commit 4a3b7aa

3 files changed

Lines changed: 21 additions & 299 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pythonrestapi"
33
version = "1.0.0"
44
description = "Python RestAPI using Quart HTTP/3 ASGI framework."
55
readme = "README.md"
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.14"
77
dependencies = [
88
"marshmallow",
99
"python-dotenv",

0 commit comments

Comments
 (0)