Hugo van Kemenade

Results 242 issues of Hugo van Kemenade

Follow on from https://github.com/python-pillow/Pillow/issues/4493 / https://github.com/python-pillow/Pillow/pull/4770. As reminded by https://github.com/python-pillow/Pillow/pull/8011#issuecomment-2076902826 we didn't add this to pre-commit/CI at the time. Let's add it now. Update the others at the same time.

Testing

Are we still getting value from AppVeyor compared to the Windows tests on GitHub Actions? AppVeyor tests: * 3.8 on x86-64 (Windows Server 2017) * 3.12 on x86 (Windows Server...

Windows
Testing

Fixes #22. Also included in #19, here's a standalone fix in case you want to merge and release separately.

For https://github.com/MarvinT/calmap/issues/18. Fixes #22. This PR adds workflows to run the tests and build the docs with GitHub Actions. # Tests It's only testing the upstream supported versions of Python:...

With Python 3.12: ```pytb Python 3.12.1 (v3.12.1:2305ca5144, Dec 7 2023, 17:23:38) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import calmap Traceback (most...

Python 3.8 is the oldest supported: http://devguide.python.org/versions/ Also modernise syntax with https://github.com/asottile/pyupgrade.

Re: https://dustingram.com/articles/2018/03/16/markdown-descriptions-on-pypi/ This will render the Markdown properly on PyPI. Right now it's like this: https://pypi.org/project/calmap/

**Description:** Please make Python 3.13 available, built with the `--disable-gil` flag. **Justification:** Thank you for actions/setup-python and especially for making it possible to test new pre-releases, and final releases within...

feature request

This project uses the [`imp` module](https://docs.python.org/3/library/imp.html) which has been deprecated since Python 3.4 and removed in 3.12: * Raised `PendingDeprecationWarning` since [3.4 (2014)](https://github.com/python/cpython/commit/e4f41deccf94ccc798b1eb1f44657ade66669a60) * Raised `DeprecationWarning` since [3.5 (2015)](https://github.com/python/cpython/commit/c0d91aff9a3b91307b26e8b7c34dfbf27bbdd43a) *...

The [Python 3.12 release candidate](https://discuss.python.org/t/python-3-12-0-release-candidate-1-released/31137?u=hugovk) is out! :rocket: > ## Call to action > > We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.12 compatibilities...