Skip to content

Commit 9ae07b2

Browse files
authored
Merge pull request #94 from beetbox/support-3.14
Support Python 3.14 and update deps
2 parents 3bf9636 + 62a0917 commit 9ae07b2

3 files changed

Lines changed: 478 additions & 427 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.10", "3.11", "3.12", "3.13"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)