Skip to content

Commit

Permalink
bumped to 3.8 Python
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Jun 6, 2023
1 parent 9e4307b commit 73d1d41
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <netcdf4-py_>`_
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 73d1d41

Please sign in to comment.