Christian Clauss
Christian Clauss
Lot's of reasons for continuing to use WSL1... * https://learn.microsoft.com/en-us/windows/wsl/compare-versions#exceptions-for-using-wsl-1-rather-than-wsl-2 * https://github.com/microsoft/WSL/discussions/4022
I suggest adding Python 3.14 to the test suite as in: * #3645
This branch has conflicts that must be resolved.
@hugovk congratulations on the compatibility of Python 3.14 beta. This repo contains tested Python algorithms spanning lots of domains and third-party libraries from a huge variety of contributors. We always...
Python 3.14 (the π version) was released today. * https://www.python.org/downloads/release/python-3140/ * https://github.com/actions/python-versions/releases
What is `gyp verb needs "installVersion" 11`? Is that https://github.com/nodejs/node-gyp/releases v11? If not, what is v11?
@korodarn Can you please retry with the current version?
👍 This is overdue... * https://www.python.org/downloads/release/python-3130/ * https://pythoninsider.blogspot.com/2024/10/python-3130-final-released.html * https://devguide.python.org/versions/
Not ready for Python 3.12? * https://circleci.com/gh/readthedocs/readthedocs.org/28368 and * https://circleci.com/gh/readthedocs/readthedocs.org/28366 ``` @property def backend(self): """Current backend instance.""" try: > return self._local.backend E AttributeError: '_thread._local' object has no attribute 'backend' .tox/ext-theme/lib/python3.12/site-packages/celery/app/base.py:1250:...