diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5a1ad05..3de12b5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.10"] + python-version: ["3.7", "3.11"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/setup.py b/setup.py index 76ba369..28d456a 100644 --- a/setup.py +++ b/setup.py @@ -29,11 +29,11 @@ author_email='benjamin_gyori@hms.harvard.edu', classifiers=[ 'Development Status :: 4 - Beta', - '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', ], packages=find_packages(), install_requires=['regex', 'adeft>=0.11.0', 'boto3', 'flask',