Hugo van Kemenade

Results 240 issues of Hugo van Kemenade

Follow on from https://github.com/tox-dev/tox-uv/issues/16. I need to hardcode `uv pip` instead of `{envpython} -m pip` when using tox-uv: ```diff commands_pre = - {envpython} -m pip install -r requirements.txt + uv...

bug
help wanted

My tox.ini contains: ```ini commands_pre = {envpython} -m pip install -r requirements.txt ``` But when installing tox-uv and running `python -m tox -e py -vvv` I get: ```pytb py: 1971...

enhancement
help wanted

Helps https://github.com/samuelcolvin/watchfiles/issues/276. Temporarily use `PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1` until PyO3 supports Python 3.13. Hopefully there will be a PyO3 0.21.3 soon so we can remove it: https://github.com/PyO3/pyo3/issues/4038#issuecomment-2110007551

The [Python 3.13 beta is out](https://discuss.python.org/t/python-3-13-0b1-now-available/52891) and the release manager has a call to action: > We **strongly encourage** maintainers of third-party Python projects to **test with 3.13** during the...

Please could you upload a wheel for 0.6.0? It only has an sdist: https://pypi.org/project/grapheme/0.6.0/#files 0.2.1 - 0.5.0 had wheels: https://pypi.org/project/grapheme/#history Thank you!

- [x] a detailed description of the bug or suggestion - [x] output of `pip list` from the virtual environment you are using ``` Package Version -------------- ----------- atomicwrites 1.3.0...

type: bug
platform: windows

I made the https://github.com/jazzband/prettytable/releases/tag/3.10.1 release, the files built on the CI, and used these dependencies: > Successfully installed Pygments-2.17.2 SecretStorage-3.3.3 build-1.2.1 certifi-2024.2.2 cffi-1.16.0 charset-normalizer-3.3.2 cryptography-42.0.5 docutils-0.21 idna-3.6 importlib-metadata-7.1.0 jaraco.classes-3.4.0 jaraco.context-5.3.0...

bug

Python 3.8 reaches end of life in October 2024: * https://peps.python.org/pep-0569/ Pillow 11.0.0 is planned for 2024-10-15 and will drop Python 3.8: * https://github.com/python-pillow/Pillow/milestone/48

Removal

Python 3.13.0 final is planned for 2024-10-01: * https://peps.python.org/pep-0719/ Pillow 11.0.0 is planned for 2024-10-15 and will officially support Python 3.13: * https://github.com/python-pillow/Pillow/milestone/48 We've already released wheels for the beta,...

## Main Release Released quarterly on January 2nd, April 1st, July 1st and October 15th. * [x] Open a release ticket e.g. https://github.com/python-pillow/Pillow/issues/3154 * [x] Develop and prepare release in...

Release