From 4d8096b8536e2b28ed6de48eb4033020ad7c4cc8 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 29 Jun 2022 13:56:25 -0500 Subject: [PATCH] Bump Python compat target to 3.8 --- .github/workflows/ci.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d83cd3..8b0f6cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-python@v1 with: # matches compat target in setup.py - python-version: '3.6' + python-version: '3.8' - name: "Main Script" run: | curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-flake8.sh diff --git a/setup.py b/setup.py index eb6421c..834b8c7 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def main(): "Topic :: Utilities", ], packages=find_packages(), - python_requires="~=3.6", + python_requires="~=3.8", install_requires=[ "numpy", -- GitLab