Skip to content

Commit 19d715f

Browse files
Fix minimum python requirement
1 parent 536e405 commit 19d715f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ extend-ignore = E203
55
[metadata]
66
license-file = LICENSE
77

8+
[options]
9+
python_requires = >=3.5
10+
811
[test]
912
settings = tests.settings
1013
test_labels = tests
11-
12-
[wheel]
13-
universal = 1

0 commit comments

Comments
 (0)