Skip to content

Commit e03c5a5

Browse files
Merge pull request #49 from geigerzaehler/support-beets-2.5
Test for beets 2.5
2 parents 299fc18 + 615ccbb commit e03c5a5

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

.flake8

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/main.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Check and test
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
48

59
env:
610
FORCE_COLOR: "1"
@@ -42,6 +46,7 @@ jobs:
4246
- "beets==2.1.*"
4347
- "beets==2.2.*"
4448
- "beets==2.3.*"
49+
- "beets==2.4.*"
4550

4651
runs-on: ubuntu-latest
4752
continue-on-error: ${{ endsWith(matrix.beets, 'master') }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Add support for beets 2.4
5+
- Add support for beets 2.5
66
- Drop support for Python 3.9 and beets<2
77

88
## v0.15.0 2024-09-20

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ _beets-check_ lets you verify the integrity of your audio files. It computes
99
and validates file checksums and uses third party tools to run custom
1010
tests on files.
1111

12-
This plugin requires at least version 1.6.1 of beets and at least Python 3.8
12+
This plugin requires at least version 2 of beets and at least Python 3.10
1313

1414
```
15-
pip install --upgrade beets>=1.6.1
15+
pip install --upgrade beets>=2
1616
pip install git+git://github.com/geigerzaehler/beets-check.git@main
1717
```
1818

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)