Skip to content

Commit

Permalink
Require Python >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerzaehler committed Sep 11, 2024
1 parent 97eb63d commit d4ff455
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 159 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python-version:
- "3.8" # minimum required
- "3.9" # minimum required
- "3.12" # latest
- "3.13-dev" # next

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- run: pip install poetry
- uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.9
cache: poetry
- run: poetry env use $(which python)
- run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8
3.9
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Upcoming

- Require Python >=3.9

## v0.14.1 2024-07-11

- Require beets >=1.6.1 and support beets v2.x
Expand Down
Loading

0 comments on commit d4ff455

Please sign in to comment.