You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I don't personally use PyPy, supporting it has been a priority to ensure ezdxf isn't limited to CPython. However, maintaining this support has become increasingly time-consuming due to various compatibility issues. For instance, testing with PyPy3.10 on Windows is currently impossible because NumPy lacks pre-built wheels (and compiling NumPy for PyPy on Windows is non-trivial).
To streamline the maintenance process, I'm considering dropping PyPy from the test suite. This wouldn't necessarily mean that ezdxf stop working with PyPy, but it would allow me to focus my testing efforts elsewhere.
The key question is: how many users rely on ezdxf with PyPy? If there's a significant community using this combination, I would love to hear from you! Your feedback will help me find the best path forward.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While I don't personally use PyPy, supporting it has been a priority to ensure
ezdxf
isn't limited to CPython. However, maintaining this support has become increasingly time-consuming due to various compatibility issues. For instance, testing with PyPy3.10 on Windows is currently impossible becauseNumPy
lacks pre-built wheels (and compiling NumPy for PyPy on Windows is non-trivial).To streamline the maintenance process, I'm considering dropping PyPy from the test suite. This wouldn't necessarily mean that
ezdxf
stop working with PyPy, but it would allow me to focus my testing efforts elsewhere.The key question is: how many users rely on
ezdxf
with PyPy? If there's a significant community using this combination, I would love to hear from you! Your feedback will help me find the best path forward.Beta Was this translation helpful? Give feedback.
All reactions