diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f9b421..337dc12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.7', '3.8' ] + python-version: [ '3.7', '3.8', '3.8', '3.9', '3.10' ] name: Python ${{ matrix.python-version }} env: PIPENV_VERBOSITY: -1 diff --git a/setup.cfg b/setup.cfg index 8e7d565..8f63657 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,6 +29,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Topic :: Multimedia :: Graphics Topic :: Software Development :: Libraries :: Python Modules