From 2208a25e8554b7de838f74f25bc4c0db5c09dc2e Mon Sep 17 00:00:00 2001 From: Leo Schick Date: Tue, 21 Nov 2023 16:16:41 +0100 Subject: [PATCH] drop python 3.7 support, add python 3.12 support --- .github/workflows/build_for_deployment.yaml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_for_deployment.yaml b/.github/workflows/build_for_deployment.yaml index cf094cb..91632f9 100644 --- a/.github/workflows/build_for_deployment.yaml +++ b/.github/workflows/build_for_deployment.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 3f51579..febe19e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ license = MIT [options] packages = mara_app -python_requires = >= 3.6 +python_requires = >= 3.8 install_requires = mara-page>=1.7.0 mara-db>=3.0.0