diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 646242c..75a031c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,7 +7,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@v3.3.0 diff --git a/setup.cfg b/setup.cfg index 04a7ad9..393dcf0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ license = MIT [options] packages = mara_pipelines -python_requires = >= 3.6 +python_requires = >= 3.8 install_requires = mara-db>=4.9.1 mara-page>=1.7.0