We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2571fd commit 0fb5250Copy full SHA for 0fb5250
1 file changed
{{cookiecutter.project_slug}}/pyproject.toml
@@ -13,7 +13,7 @@ skip_glob= "**/migrations/**"
13
14
[tool.black]
15
line-length = 88
16
-target-version = ['py311']
+target-version = ['py312']
17
exclude = '''
18
19
(
@@ -85,3 +85,10 @@ target-version = "py311"
85
[tool.ruff.lint.mccabe]
86
# Unlike Flake8, default to a complexity level of 10.
87
max-complexity = 10
88
+
89
90
+[project]
91
+requires-python = "==3.13.*"
92
+name='{{cookiecutter.project_slug}}'
93
+version='0.1'
94
0 commit comments