diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ded9ba3..9f2efeb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: python-version: - - '3.7' + - '3.8' - '3.11' steps: diff --git a/setup.cfg b/setup.cfg index fa9b6e5..7c0b0d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ install_requires = requests tabulate packages = find: -python_requires = >=3.7 +python_requires = >=3.8 [options.entry_points] console_scripts =