Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .flake8

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Check and test

on: [push, pull_request]
on:
push:
branches: [main]
pull_request:
branches: [main]

env:
FORCE_COLOR: "1"
Expand Down Expand Up @@ -42,6 +46,7 @@ jobs:
- "beets==2.1.*"
- "beets==2.2.*"
- "beets==2.3.*"
- "beets==2.4.*"

runs-on: ubuntu-latest
continue-on-error: ${{ endsWith(matrix.beets, 'master') }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

- Add support for beets 2.4
- Add support for beets 2.5
- Drop support for Python 3.9 and beets<2

## v0.15.0 2024-09-20
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ _beets-check_ lets you verify the integrity of your audio files. It computes
and validates file checksums and uses third party tools to run custom
tests on files.

This plugin requires at least version 1.6.1 of beets and at least Python 3.8
This plugin requires at least version 2 of beets and at least Python 3.10

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

Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading