Skip to content

Commit 7ed7bea

Browse files
committed
FIX: fixed ci status badge
1 parent 27a7d74 commit 7ed7bea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LArray: N-dimensional labelled arrays
22
=====================================
33

4-
|build-status| |docs|
4+
|ci-status| |docs|
55

66
.. _start-intro:
77

@@ -73,7 +73,7 @@ Once you have satisfied the requirements detailed below, simply run::
7373
Required Dependencies
7474
---------------------
7575

76-
- Python 3.8, 3.9, 3.10, 3.11 or 3.12
76+
- Python 3.9, 3.10, 3.11, 3.12, 3.13 or 3.14
7777
- `numpy <http://www.numpy.org/>`__ (1.22 or later)
7878
- `pandas <http://pandas.pydata.org/>`__ (0.20 or later)
7979

@@ -156,10 +156,10 @@ Get in touch
156156

157157
.. end-readme-file
158158
159-
.. |build-status| image:: https://github.com/larray-project/larray/actions/workflows/test-larray.yml/badge.svg
160-
:alt: Build Status
159+
.. |ci-status| image:: https://github.com/larray-project/larray/actions/workflows/ci.yml/badge.svg
160+
:alt: CI status
161161
:scale: 100%
162-
:target: https://github.com/larray-project/larray/actions/workflows/test-larray.yml
162+
:target: https://github.com/larray-project/larray/actions/workflows/ci.yml
163163

164164
.. |docs| image:: https://readthedocs.org/projects/larray/badge/?version=stable
165165
:alt: Documentation Status

0 commit comments

Comments
 (0)