Skip to content

Commit

Permalink
chore: declare support for Python 3.12 and switch to testing NumPy < 2 (
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski authored Jun 27, 2024
1 parent 36c5c1a commit c2e3c94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c2e3c94

Please sign in to comment.