Skip to content

Commit accd901

Browse files
Tyler-Bonnelllwasser
authored andcommitted
Include missed update step pyproject.toml
When users remove python versions from the classifiers table, they should update the requires-python language to reflect the python versions supported.
1 parent f45f1a9 commit accd901

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/installable-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ However, if you wish, you can clean it up a bit.
427427
To begin:
428428

429429
* Remove support for Python 3.8
430+
* Within the `[project]` table, update `requires-python = ">3.8"` to `requires-python = ">3.9"`
430431

431432
Since you are creating a pure Python package in this lesson,
432433
you can remove the following classifiers:

0 commit comments

Comments
 (0)