Skip to content

Commit 37ee0e6

Browse files
fix: require supported python versions
1 parent 000aaf5 commit 37ee0e6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ packages =
2626
pbr.config.drivers =
2727
plain = pbr.cfg.driver:Plain
2828

29+
[options]
30+
python_requires = >=3.6, <3.9
31+
setup_requires =
32+
setuptools
33+
34+
[bdist_wheel]
35+
2936
[build_sphinx]
3037
builders = html
3138
source-dir = docs/source

0 commit comments

Comments
 (0)