From 3b8fba325402ee70c5178eaba0697140d449ddb4 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sat, 29 Oct 2022 14:38:58 -0500 Subject: [PATCH] Bump compatibility target to Py3.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 0a3270c0..e88c47b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-python@v4 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 19ca094f..f221ea88 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ setup( author_email="inform@tiker.net", license="MIT", packages=["sumpy", "sumpy.expansion"], - python_requires="~=3.6", + python_requires="~=3.8", install_requires=[ "pytools>=2021.1.1", "loopy>=2021.1", -- GitLab