Skip to content

Commit bcf7a10

Browse files
committed
Allow installation for python 3.6
1 parent 2c5961b commit bcf7a10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers =
1717

1818
[options]
1919
packages = softioc
20-
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*
20+
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
2121

2222
[options.entry_points]
2323
# Include a command line script

0 commit comments

Comments
 (0)