Skip to content

Commit fe6f5fd

Browse files
committed
fix: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
/home/anders/.cache/uv/builds-v0/.tmpi6bxu5/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:135: 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. ******************************************************************************** !! self.finalize_options() Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 8246af9 commit fe6f5fd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[bdist_wheel]
2-
universal = 1
3-
41
[metadata]
52
description_file = README.md
63
license = MIT

0 commit comments

Comments
 (0)