From 73d1d41ced885d907a69a577d43a513392b6fe93 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Tue, 6 Jun 2023 12:33:56 +0200 Subject: [PATCH] bumped to 3.8 Python Signed-off-by: Nick Papior --- .github/workflows/test.yaml | 2 +- .github/workflows/wheels.yaml | 18 ------------------ docs/installation.rst | 2 +- pyproject.toml | 3 +-- 4 files changed, 3 insertions(+), 22 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2a603ad22a..8eb7ae22b5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.9', '3.11'] + python-version: ['3.8', '3.9', '3.11'] steps: - name: Checkout sisl diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 828e74d1d5..fcb7bb3ff0 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -31,10 +31,6 @@ jobs: include: ## Window 64 bit #- os: windows-latest - # python: 37 - # bitness: 64 - # platform_id: win_amd64 - #- os: windows-latest # python: 38 # bitness: 64 # platform_id: win_amd64 @@ -48,11 +44,6 @@ jobs: # platform_id: win_amd64 # Linux 64 bit manylinux2014 - - os: ubuntu-latest - python: 37 - bitness: 64 - platform_id: manylinux_x86_64 - manylinux_image: manylinux2014 - os: ubuntu-latest python: 38 bitness: 64 @@ -77,11 +68,6 @@ jobs: # Linux 64 bit manylinux2010 # NumPy on Python 3.10 only supports 64bit and is only available with manylinux2014 # hence 310 and 311 are not added here - - os: ubuntu-latest - python: 37 - bitness: 64 - platform_id: manylinux_x86_64 - manylinux_image: manylinux2010 - os: ubuntu-latest python: 38 bitness: 64 @@ -95,10 +81,6 @@ jobs: # MacOS x86_64 - - os: macos-latest - bitness: 64 - python: 37 - platform_id: macosx_x86_64 - os: macos-latest bitness: 64 python: 38 diff --git a/docs/installation.rst b/docs/installation.rst index af0aedae2d..1fb4473699 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -11,7 +11,7 @@ Required dependencies Running sisl requires these versions: -- `Python`_ 3.7 or above +- `Python`_ 3.8 or above - `numpy`_ (1.13 or later) - `scipy`_ (1.5 or later) - `netCDF4-python `_ diff --git a/pyproject.toml b/pyproject.toml index f6dc86a4e7..eeec313625 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ build-backend = "scikit_build_core.build" # Top most items are probably changed the most [project] -requires-python = ">=3.7" +requires-python = ">=3.8" version = "0.13.0" name = "sisl" @@ -63,7 +63,6 @@ classifiers = [ "Programming Language :: C", "Programming Language :: Fortran", "Programming Language :: Python", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",