diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d187ee3..7c09bab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.6", "3.7", "3.8", "3.9"] + python: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v2 diff --git a/README.rst b/README.rst index 5496f81..2452116 100644 --- a/README.rst +++ b/README.rst @@ -58,7 +58,7 @@ A second optional parameter to ``audio_open`` specifies which backends to try ``available_backends`` function to get a list backends that are usable on the current system. -Audioread supports Python 3 (3.6+). +Audioread supports Python 3 (3.8+). Example ------- diff --git a/pyproject.toml b/pyproject.toml index 23aafaf..aa214d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,11 +15,10 @@ classifiers = [ 'Topic :: Multimedia :: Sound/Audio :: Conversion', 'Intended Audience :: Developers', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', ] [project.optional-dependencies]