From c4a2e380ded90a67b7ba641369f45bd4923a835a Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 16 Oct 2024 14:30:09 -0700 Subject: [PATCH 1/3] Update pylint.yml Adding 3.13 to test matrix --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 5580528..86d1b00 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} From 20518fa31c54ce23346c3fa35ff4296849f130ad Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 16 Oct 2024 14:32:31 -0700 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e3eda19..4717473 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ classifiers = [ 'Environment :: Console', 'License :: OSI Approved :: MIT License', 'Topic :: Multimedia :: Sound/Audio :: Editors', + 'Programming Language :: Python :: 3.13', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.10', From 042f3116dd5f8e8bd3fe2b256fa7da0d7da33cc5 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 16 Oct 2024 14:33:02 -0700 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4717473..0ba0d6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mfbatch" -version = "0.5.0" +version = "0.5.1" description = "MetaFlac batch editor" authors = ["Jamie Hardt "] readme = "README.md"