Skip to content

Commit 0103aac

Browse files
committed
chore!: drop Python 3.10/3.11/3.12 support, require >=3.13
BREAKING CHANGE: requires-python bumped from >=3.10 to >=3.13
1 parent 620a905 commit 0103aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
authors = [{ name = "LFV", email = "sysdev@lfv.se" }]
99
description = "Hatch plugin to process reqstool-python-decorators when building with Hatch"
1010
readme = "README.md"
11-
requires-python = ">=3.10"
11+
requires-python = ">=3.13"
1212
classifiers = [
1313
"License :: OSI Approved :: MIT License",
1414
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)