Skip to content
Snippets Groups Projects
Commit b269ab2e authored by nimrod's avatar nimrod
Browse files

Require Python 3.7 or later.

The version of Setuptools that has pyproject.toml/ PEP 621 support
requires Python 3.7 or later (supported version of Python).
parent 55417602
No related branches found
No related tags found
No related merge requests found
Pipeline #2823 passed
......@@ -32,6 +32,7 @@ keywords = [
license = {file = "LICENSE.txt"}
name = "sampleproject"
readme = "README.rst"
requires-python = ">=3.7"
[project.scripts]
sampleproject = "sampleproject:main"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment