Skip to content

Commit 31550a7

Browse files
committed
fix: remove deprecated universal wheels setting
running bdist_wheel /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:111: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. By 2025-Aug-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !!
1 parent 2b5a327 commit 31550a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,4 @@
6363
setup_requires=setup_requires,
6464
tests_require=tests_require,
6565
extras_require=extras_require,
66-
options={"bdist_wheel": {"universal": True}},
6766
)

0 commit comments

Comments
 (0)