Christian Clauss
Christian Clauss
Python 3.9 goes EOL in a few weeks when Python 3.14 is released, so we should consider dropping support for 3.8.
@dependabot rebase to get to 7.3.0 https://github.com/PyCQA/flake8/tags
Please run pre-commit on `django_celery_beat/schedulers.py`
Success. There are no more `Saving cache failed` warnings at the bottom right of https://github.com/lcompilers/lpython/actions/runs/9886143386?pr=2773 From the `Post Run hendrikmuhs/ccache-action` job step of `Build Jupyter Kernel`: > Cache Size: ~57...
Can a maintainer please rerun the failing test? `#!/usr/bin/env -S gnuplot -persist`
Thanks for your patience and the reviews! > Please avoid pushing the testing burden onto other people. It's usually more work than the initial patches. Agreed. Sorry. [`brew install gnuplot`](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/g/gnuplot.rb)...
The current `master` branch will install on Py3.11,Py3.12,Py3.13 but the version on PyPI will not.
Blocked by a new release to PyPI. https://pypi.org/project/librabbitmq
Yes. The `master` branch works perfectly, but the release on PyPI must be replaced.
We need to ensure that `$(PYTHON)` resolves to Python 3, not the legacy Python 2. The use of `setup.py ` is deprecated and may stop working at the end of...