diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 783d703..c344526 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 3cffe00..2553c23 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ license = MIT [options] packages = mara_dbt -python_requires = >= 3.6.2 +python_requires = >= 3.8 install_requires = click mara-pipelines>=3.1.0