Skip to content

Commit

Permalink
Remove universal=1 from setup.cfg to only support python3
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Cheng <stephen.cheng@cloud.com>
  • Loading branch information
stephenchengCloud committed Aug 2, 2024
1 parent eddf404 commit fcd2edf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python3/examples/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,3 @@ classifiers =
[options]
packages = find:
python_requires = >=3.6.*, <4

[bdist_wheel]
# This flag says that the code is written to work on both Python 2 and Python
# 3. If at all possible, it is good practice to do this. If you cannot, you
# will need to generate wheels for each Python version that you support.
universal=1

0 comments on commit fcd2edf

Please sign in to comment.