Skip to content

Commit 43fef7f

Browse files
committed
build py3 versions only.
1 parent e5c1459 commit 43fef7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
[aliases]
22
test=pytest
3-
[bdist_wheel]
4-
universal=1

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def get_version():
4343
'Operating System :: OS Independent',
4444
'Programming Language :: Python',
4545
'Programming Language :: Python :: 3',
46+
'Programming Language :: Python :: 3 :: Only',
4647
'Programming Language :: Python :: 3.5',
4748
'Programming Language :: Python :: 3.6',
4849
'Programming Language :: Python :: 3.7',
@@ -64,4 +65,5 @@ def get_version():
6465
cmdclass = {'test': PyTest},
6566
include_package_data=True,
6667
zip_safe=False,
68+
python_requires='~=3.5',
6769
)

0 commit comments

Comments
 (0)