Skip to content

Commit 9c972ba

Browse files
feat: Upgrade to Python 3.14
1 parent 40a02e0 commit 9c972ba

3 files changed

Lines changed: 5 additions & 48 deletions

File tree

.python-version

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

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "python-template"
33
version = "0"
44
readme = "README.md"
55
description = "Lorem ipsum dolor sit amet"
6-
requires-python = ">=3.12"
6+
requires-python = ">=3.14"
77
dependencies = [
88
"structlog",
99
]
@@ -37,6 +37,8 @@ select = [
3737
"UP", # pyupgrade
3838
"B", # flake8-bugbear
3939
"INP", # flake8-no-pep420
40+
"PLC0415",
41+
"TID253",
4042
]
4143

4244
[dependency-groups]

uv.lock

Lines changed: 1 addition & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)