diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 6695f88c3..6248c0dd5 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -93,7 +93,7 @@ jobs: run: | python -m pytest -vv tests --reruns 10 --reruns-delay 30 --only-rerun "(?i)http|ssl|timeout|expired|connection|socket" - numpy2-build: + numpy1-build: strategy: fail-fast: false matrix: @@ -111,7 +111,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Pip install the package - run: python -m pip install 'numpy>=2.0.0b1' .[test] + run: python -m pip install 'numpy<2' .[test] - name: Run pytest run: | diff --git a/README.md b/README.md index 7a3c70911..a19ccace0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![PyPI version](https://badge.fury.io/py/uproot.svg)](https://pypi.org/project/uproot) [![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/uproot)](https://github.com/conda-forge/uproot-feedstock) -[![Python 3.7‒3.11](https://img.shields.io/badge/python-3.7%E2%80%923.11-blue)](https://www.python.org) +[![Python 3.7‒3.12](https://img.shields.io/badge/python-3.7%E2%80%923.12-blue)](https://www.python.org) [![BSD-3 Clause License](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Continuous integration tests](https://github.com/scikit-hep/uproot5/actions/workflows/build-test.yml/badge.svg)](https://github.com/scikit-hep/uproot5/actions)