Hugo van Kemenade

Results 1579 comments of Hugo van Kemenade

Alternatively, there have been [100 tags](https://github.com/python/mypy/tags) of mypy, shall we do it now and get it over with? "Later" often turns into "never".

See PR #42.

From https://hugovk.github.io/pypi-tools/charts.html#pip: ![image](https://github.com/user-attachments/assets/1beb552b-7384-4da7-b63a-8a474835dc78) PyPI downloads for the last 30 days, for all versions of pip shows 9.52% with Python 3.8: ```console ❯ pypinfo --all --percent --markdown pip pyversion Served from...

Hmm, I thought it meant all `24.*` but it's more like 24.0. Here's numbers for each minor version: 24.0: 40.7m (last to support 3.7) | python_version | percent | download_count...

> > 24.1: 0.2m > > Can you please check for 24.1.2, both 24.0 and 24.2 didn't have patch releases, but 24.1 had two followup patch releases, and I'm guessing...

> For context, I grepped all of pip's source code for references to Python 3.8 for any code that we could clean up and I only got one hit in...

Sure, which ones in particular? > FWIW, I should also note that what the numbers look like for `pip install pip --upgrade` etc isn't a particularly informative data point to...

I can see the extension is installed in the venv on the docs server, for example: ``` ./venv-3.14/lib/python3.10/site-packages/sphinx_notfound_page-1.0.4.dist-info ./venv-3.14/lib/python3.10/site-packages/sphinx_notfound_page-1.0.4.dist-info/RECORD ./venv-3.14/lib/python3.10/site-packages/sphinx_notfound_page-1.0.4.dist-info/WHEEL ./venv-3.14/lib/python3.10/site-packages/sphinx_notfound_page-1.0.4.dist-info/INSTALLER ./venv-3.14/lib/python3.10/site-packages/sphinx_notfound_page-1.0.4.dist-info/LICENSE ./venv-3.14/lib/python3.10/site-packages/sphinx_notfound_page-1.0.4.dist-info/REQUESTED ./venv-3.14/lib/python3.10/site-packages/sphinx_notfound_page-1.0.4.dist-info/METADATA ./venv-3.14/lib/python3.10/site-packages/notfound ./venv-3.14/lib/python3.10/site-packages/notfound/__pycache__ ./venv-3.14/lib/python3.10/site-packages/notfound/__pycache__/__init__.cpython-310.pyc ./venv-3.14/lib/python3.10/site-packages/notfound/__pycache__/extension.cpython-310.pyc ./venv-3.14/lib/python3.10/site-packages/notfound/__pycache__/utils.cpython-310.pyc ./venv-3.14/lib/python3.10/site-packages/notfound/__init__.py...

It's useful for RTD previews, so I suggest we either leave it be, or only install it for RTD builds. It's not a heavy dependency, so I lean towards leaving...

> It looks like PyPy only [just added `LDCXXSHARED`](https://github.com/pypy/pypy/commit/fadf5d955803faf2af5d8498ff98cecf7001b147) (and there's been no releases with it) This has now been released in last week's PyPy3.10 v7.3.17: * https://pypy.org/posts/2024/08/pypy-v7317-release.html * https://github.com/pypy/pypy/releases/tag/release-pypy3.10-v7.3.17...