Skip to content

Commit

Permalink
Drop support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Nov 23, 2022
1 parent d891ed3 commit d906234
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/slycot-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- 'ubuntu'
- 'macos'
python:
- '3.7'
- '3.8'
- '3.11'
bla_vendor: [ 'unset' ]
include:
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ Riccati, Lyapunov, and Sylvester equations.
Dependencies
------------

Slycot supports Python versions 3.7 or later.
Slycot supports Python versions 3.8 or later.

To run the compiled Slycot package, the following must be installed as
dependencies:

- Python 3.7+
- Python 3.8+
- NumPy

If you are compiling and installing Slycot from source, you will need the
following dependencies:

- Python 3.7+
- Python 3.8+
- NumPy
- scikit-build
- CMake
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 All @@ -37,7 +36,7 @@ classifiers = [
"Operating System :: Unix",
"Operating System :: MacOS",
]
requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"numpy",
]
Expand Down

0 comments on commit d906234

Please sign in to comment.