Skip to content

Commit 750e4b0

Browse files
authored
Update packaging-projects.rst
Set lower bound on `requires-python` to 3.8 since 3.7 is EOL.
1 parent 0b20b77 commit 750e4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ following this tutorial.
188188
]
189189
description = "A small example package"
190190
readme = "README.md"
191-
requires-python = ">=3.7"
191+
requires-python = ">=3.8"
192192
classifiers = [
193193
"Programming Language :: Python :: 3",
194194
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)