diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 98ae37a..2e40069 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2 diff --git a/pyproject.toml b/pyproject.toml index 30855b4..11c1ce1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ {name = "EBU", email = "ear-admin@list.ebu.ch"}, ] license = {file = "LICENSE"} # BSD-3-Clause-Clear -requires-python = ">=3.7" +requires-python = ">=3.8" dynamic = ["readme"] dependencies = [