diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 014439d..7eb8c8f 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: platform: [ ubuntu-latest ] - python-version: [ "3.8", "3.9", "3.10" ] + python-version: [ "3.8", "3.9", "3.10" , "3.11"] steps: - uses: actions/checkout@v2 diff --git a/setup.cfg b/setup.cfg index 587feab..2af9077 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 - + Programming Language :: Python :: 3.11 [options]