From b8ebb9901c93d09516bc651e4333f783aa479c4f Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 29 Aug 2023 18:15:21 -0400 Subject: [PATCH] Require Python >= 3.9 References: * https://github.com/casework/CASE-Utilities-Python/issues/127 Signed-off-by: Alex Nelson --- .github/workflows/cicd.yml | 2 +- .github/workflows/supply-chain.yml | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e3986f2..6bed7cc 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: python-version: - - '3.8' + - '3.9' - '3.11' steps: diff --git a/.github/workflows/supply-chain.yml b/.github/workflows/supply-chain.yml index 25e8299..f94d779 100644 --- a/.github/workflows/supply-chain.yml +++ b/.github/workflows/supply-chain.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: python-version: - - '3.8' + - '3.9' - '3.11' steps: diff --git a/setup.cfg b/setup.cfg index e7e2aec..6e958cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ install_requires = prov pydot packages = find: -python_requires = >=3.8 +python_requires = >=3.9 [options.entry_points] console_scripts =