From 231c4d4345eb447b9c9a682bd5af3180071c360c Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Sun, 12 Mar 2023 20:44:46 +0100 Subject: [PATCH] maint: bump earliest supported Python to 3.8 --- .github/workflows/pythonpackage.yml | 8 ++++---- setup.cfg | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 9345d490e1a..1d954ba062e 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -111,7 +111,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.8, 3.9, "3.10"] install: [repo] include: - python-version: "3.10" @@ -193,7 +193,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.8, 3.9, "3.10"] install: [repo] pip-flags: ['--pre'] @@ -253,9 +253,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Set up Python 3.7 + - name: Set up Python 3.8 uses: actions/setup-python@v4 with: - python-version: 3.7 + python-version: 3.8 - run: pip install flake8 - run: flake8 niworkflows/ diff --git a/setup.cfg b/setup.cfg index 407f5795491..57151d4ac09 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,6 @@ classifiers = Intended Audience :: Science/Research Topic :: Scientific/Engineering :: Image Recognition License :: OSI Approved :: Apache Software License - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 @@ -24,7 +23,7 @@ project_urls = url = https://www.nipreps.org [options] -python_requires = >= 3.7 +python_requires = >= 3.8 install_requires = attrs jinja2