diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 496dcd9..259efff 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - name: Chechout code uses: actions/checkout@v2 diff --git a/setup.cfg b/setup.cfg index 5c1657e..f7d831c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,15 +13,15 @@ classifier = Development Status :: 3 - Alpha License :: OSI Approved :: MIT License Intended Audience :: Developers - 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 + Programming Language :: Python :: 3.12 [options] packages = mara_storage -python_requires = >= 3.6 +python_requires = >= 3.8 install_requires = click