-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Refactoringconvolutionzzz 💤 Python3.10archived: Python 3.10 is no longer supportedarchived: Python 3.10 is no longer supported
Description
This was added in #11962 because of distutils deprecation warning in Python 3.10:
astropy/astropy/convolution/convolve.py
Lines 26 to 29 in 23404ee
| with warnings.catch_warnings(): | |
| # distutils.sysconfig module is deprecated in Python 3.10 | |
| warnings.simplefilter('ignore', DeprecationWarning) | |
| _convolve = load_library("_convolve", LIBRARY_PATH) |
See numpy/numpy#18588 for cunning plan. cc @saimn @mhvk
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Refactoringconvolutionzzz 💤 Python3.10archived: Python 3.10 is no longer supportedarchived: Python 3.10 is no longer supported