diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 93427d3..1f7ec9c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9, '3.10', '3.11'] + python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12'] os: [ubuntu-20.04, macos-11, windows-2019] runs-on: ${{ matrix.os }} steps: @@ -18,7 +18,7 @@ jobs: - name: Install Poetry uses: abatilo/actions-poetry@v2.0.0 with: - poetry-version: 1.5.1 + poetry-version: 1.7.1 - name: Install Dependencies run: poetry install diff --git a/CHANGELOG.md b/CHANGELOG.md index 134dc53..e2f2a55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog ## [1.0.5] - Unreleased +- Added python 3.12 support - Updated dependencies - ## [1.0.4] - 2023-06-05 - Removed bases dependency - Fixed mkdocstrings diff --git a/docs/changelog.md b/docs/changelog.md index 134dc53..e2f2a55 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,9 +1,9 @@ # Changelog ## [1.0.5] - Unreleased +- Added python 3.12 support - Updated dependencies - ## [1.0.4] - 2023-06-05 - Removed bases dependency - Fixed mkdocstrings diff --git a/pyproject.toml b/pyproject.toml index 1e93929..a91094b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers=[ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Multimedia", "Topic :: Multimedia :: Graphics", "Topic :: Multimedia :: Sound/Audio",