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 }} diff --git a/pyproject.toml b/pyproject.toml index e3eda19..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" @@ -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',