diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 167e7c3..99f2fd8 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 e17afe0..94bb535 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ license = MIT [options] packages = mara_superset -python_requires = >= 3.6 +python_requires = >= 3.8 install_requires = mara-db>=4.7.1 mara-page>=1.3.0