diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1794a15..463a62c 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@v3.3.0 diff --git a/setup.cfg b/setup.cfg index 357d1a9..8c437e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ license = MIT [options] packages = mara_db -python_requires = >= 3.6 +python_requires = >= 3.8 install_requires = SQLAlchemy>=1.1.5 sqlalchemy-utils>=0.32.14