Skip to content

Commit ba8adcd

Browse files
committed
Set 3.13 as the default
1 parent 2e9c90f commit ba8adcd

File tree

2 files changed

+5
-663
lines changed

2 files changed

+5
-663
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "your-package-name"
77
dynamic = ["version"]
8-
requires-python = ">=3.11"
8+
requires-python = "==3.13.*"
99
dependencies = []
1010
authors = [{ name = "Ben Welsh", email = "b@palewi.re" }]
1111
description = "Your package description"
@@ -142,7 +142,7 @@ relative_files = true
142142
omit = ["*/__pycache__/*"]
143143

144144
[tool.pyright]
145-
# pythonVersion = "3.12"
145+
pythonVersion = "3.13"
146146
venvPath = "."
147147
venv = ".venv"
148148
# include = ["your_package_name"]

0 commit comments

Comments
 (0)