Skip to content

Commit

Permalink
fix: 'python_requires' must be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomologni committed Dec 4, 2021
1 parent 3dabc9b commit 2989ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/dependency_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,6 @@ or ``setup.py``.
setup(
name="Project-B",
python_requires=[">=3.6"],
python_requires=">=3.6",
...,
)

0 comments on commit 2989ca4

Please sign in to comment.