diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c26fa3..d38d819 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: uses: ppizarror/workflow-actions/.github/workflows/test_python.yml@master strategy: matrix: - python: [ '3.10', '3.11' ] + python: [ '3.10', '3.11', '3.12' ] with: env-vars: GITHUB=true install-extras: test @@ -40,7 +40,7 @@ jobs: uses: actions/setup-python@v5 with: cache: pip - python-version: '3.10' + python-version: '3.12' - name: Install dependencies shell: bash diff --git a/setup.py b/setup.py index 1cfbc51..8ef50bd 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,8 @@ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Programming Language :: Python', 'Topic :: Multimedia', 'Topic :: Text Processing'