Skip to content

Commit b1713e4

Browse files
authored
Minor updates to readme, adding py3.13 to CI matrix (#406)
* added py13 support, updated readme * added conda-forge badge
1 parent dd9c9ba commit b1713e4

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest]
21-
python-version: ["3.8", "3.10", "3.11"]
21+
python-version: ["3.8", "3.10", "3.11", "3.12"]
2222
channel-priority: [strict]
2323
envfile: [".github/environment.yml"]
2424
include:
25-
- python-version: "3.12"
25+
- python-version: "3.13"
2626
os: macos-latest
27-
- python-version: "3.12"
27+
- python-version: "3.13"
2828
os: windows-latest
29-
- python-version: "3.12"
29+
- python-version: "3.13"
3030
os: ubuntu-latest
3131
channel-priority: flexible
3232
- os: ubuntu-latest

README.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1+
.. image:: https://anaconda.org/conda-forge/mir_eval/badges/version.svg
2+
:target: https://anaconda.org/conda-forge/mir_eval
3+
4+
.. image:: https://img.shields.io/pypi/v/mir_eval.svg
5+
:target: https://pypi.python.org/pypi/mir_eval
6+
17
.. image:: https://github.com/mir-evaluation/mir_eval/actions/workflows/test.yml/badge.svg
28
:target: https://github.com/mir-evaluation/mir_eval/actions/workflows/test.yml
9+
310
.. image:: https://codecov.io/gh/mir-evaluation/mir_eval/graph/badge.svg?token=OzRL3aW7TX
411
:target: https://codecov.io/gh/mir-evaluation/mir_eval
512

13+
.. image:: https://img.shields.io/pypi/l/mir_eval.svg
14+
:target: https://github.com/mir-evaluation/mir_eval/blob/main/LICENSE.txt
15+
16+
617
mir_eval
718
========
819

@@ -13,6 +24,7 @@ Documentation, including installation and usage information: https://mir-evaluat
1324
Dependencies:
1425

1526
* `Scipy/Numpy <http://www.scipy.org/>`_
27+
* `decorator <https://github.com/micheles/decorator>`_
1628

1729
If you use mir_eval in a research project, please cite the following paper:
1830

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ classifiers =
4747
Programming Language :: Python :: 3.10
4848
Programming Language :: Python :: 3.11
4949
Programming Language :: Python :: 3.12
50+
Programming Language :: Python :: 3.13
5051

5152

5253
[options]

0 commit comments

Comments
 (0)