Skip to content

Commit 4affa64

Browse files
committed
added py13 support, updated readme
1 parent dd9c9ba commit 4affa64

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-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

+9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
.. image:: https://github.com/mir-evaluation/mir_eval/actions/workflows/test.yml/badge.svg
22
:target: https://github.com/mir-evaluation/mir_eval/actions/workflows/test.yml
3+
4+
.. image:: https://img.shields.io/pypi/v/mir_eval.svg
5+
:target: https://pypi.python.org/pypi/mir_eval
6+
37
.. image:: https://codecov.io/gh/mir-evaluation/mir_eval/graph/badge.svg?token=OzRL3aW7TX
48
:target: https://codecov.io/gh/mir-evaluation/mir_eval
59

10+
.. image:: https://img.shields.io/pypi/l/mir_eval.svg
11+
:target: https://github.com/mir-evaluation/mir_eval/blob/main/LICENSE.txt
12+
13+
614
mir_eval
715
========
816

@@ -13,6 +21,7 @@ Documentation, including installation and usage information: https://mir-evaluat
1321
Dependencies:
1422

1523
* `Scipy/Numpy <http://www.scipy.org/>`_
24+
* `decorator <https://github.com/micheles/decorator>`_
1625

1726
If you use mir_eval in a research project, please cite the following paper:
1827

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)