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 2e9c90f commit ba8adcdCopy full SHA for ba8adcd
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "your-package-name"
7
dynamic = ["version"]
8
-requires-python = ">=3.11"
+requires-python = "==3.13.*"
9
dependencies = []
10
authors = [{ name = "Ben Welsh", email = "b@palewi.re" }]
11
description = "Your package description"
@@ -142,7 +142,7 @@ relative_files = true
142
omit = ["*/__pycache__/*"]
143
144
[tool.pyright]
145
-# pythonVersion = "3.12"
+pythonVersion = "3.13"
146
venvPath = "."
147
venv = ".venv"
148
# include = ["your_package_name"]
0 commit comments