Skip to content

Commit d04ced6

Browse files
committed
Updates minimum Python version
Corrects the minimum Python version specified in pyproject.toml. The project now requires Python 3.10 or higher.
1 parent 7b70e9a commit d04ced6

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
@@ -7,7 +7,7 @@ name = "python-patterns"
77
description = "A collection of design patterns and idioms in Python."
88
version = "0.1.0"
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
classifiers = [
1212
"Programming Language :: Python :: 3.10",
1313
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)