From e153b0fb226966be80662d801d7ff3f20eeb4313 2024-09-03 09:48:29 From: M Bussonnier Date: 2024-09-03 09:48:29 Subject: [PATCH] Get back to "Executing" stable It should now support Python 3.13 --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 925754b..1935286 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,6 @@ jobs: python -m pip install --pre --upgrade pip setuptools wheel build python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --no-binary curio --upgrade -e .[${{ matrix.deps }}] python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --upgrade check-manifest pytest-cov pytest-json-report - python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple git+https://github.com/alexmojaki/executing.git@3.13 - name: Try building with Python build if: runner.os != 'Windows' # setup.py does not support sdist on Windows run: |