Skip to content

Commit

Permalink
Make sure to build py3 wheel only
Browse files Browse the repository at this point in the history
  • Loading branch information
sfontana committed Feb 4, 2022
1 parent c92a0af commit b803240
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ detailed-errors=1
with-coverage=1
cover-package=hyou

[bdist_wheel]
universal=1
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def read_file(name):
'tools/generate_oauth2_credentials.py',
],
install_requires=REQUIRED,
python_requires='>=3.7',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Operating System :: OS Independent',
Expand Down

0 comments on commit b803240

Please sign in to comment.