Skip to content

Commit 2a537d7

Browse files
authored
chore!: drop Python 3.10/3.11/3.12 support, require >=3.13 (#71)
BREAKING CHANGE: requires-python bumped from >=3.10 to >=3.13
1 parent 36b997a commit 2a537d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "reqstool" }]
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)