Skip to content

Commit 6de7f1f

Browse files
committed
Require Python version 3.8, because of setuptools dependency.
1 parent b93f951 commit 6de7f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
]
1212
description = "CANopen stack implementation"
1313
readme = "README.rst"
14-
requires-python = ">=3.6"
14+
requires-python = ">=3.8"
1515
license = {file = "LICENSE.txt"}
1616
classifiers = [
1717
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)