Skip to content

Commit a610ce4

Browse files
authored
Merge pull request #1321 from finsberg/patch-1
Update packaging-projects.rst to require Python 3.8+
2 parents fc332d9 + df48b79 commit a610ce4

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
@@ -206,7 +206,7 @@ following this tutorial.
206206
]
207207
description = "A small example package"
208208
readme = "README.md"
209-
requires-python = ">=3.7"
209+
requires-python = ">=3.8"
210210
classifiers = [
211211
"Programming Language :: Python :: 3",
212212
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)