Skip to content

Commit 341a036

Browse files
Fix minimum python requirement
1 parent fb0fb26 commit 341a036

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)