Skip to content

Commit 830b5ec

Browse files
authored
Merge pull request #38 from kaitai-io/restrict_python_versions
Restrict compatible Python versions to 2.7 and 3.4+
2 parents 9f0f4e9 + b18ba4f commit 830b5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ classifiers =
1616
Programming Language :: Python :: 2
1717
Programming Language :: Python :: 2.7
1818
Programming Language :: Python :: 3
19-
Programming Language :: Python :: 3.3
2019
Programming Language :: Python :: 3.4
2120
Programming Language :: Python :: 3.5
2221
Programming Language :: Python :: 3.6
@@ -28,6 +27,7 @@ classifiers =
2827
zip_safe = True
2928
include_package_data = True
3029
py_modules = kaitaistruct
30+
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
3131

3232
[bdist_wheel]
3333
# This flag says that the code is written to work on both Python 2 and Python

0 commit comments

Comments
 (0)