diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 1bc802c6..42e8e755 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -19,10 +19,10 @@ jobs: strategy: matrix: python-version: - - "3.7" - "3.8" - "3.9" - "3.10" + - "3.11" steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/setup.cfg b/setup.cfg index 041fadd7..e3f80989 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,10 +18,10 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - 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 Topic :: Scientific/Engineering project_urls = Bug Tracker = https://github.com/Sage-Bionetworks/agora-data-tools/issues @@ -39,7 +39,7 @@ install_requires = PyYAML~=6.0 pyarrow~=11.0 typer~=0.7.0 -python_requires = >=3.7, <3.11 +python_requires = >=3.8, <3.12 include_package_data = True zip_safe = False [options.packages.find]