Skip to content

Commit e46f22e

Browse files
committed
Drop Python 3.7
1 parent c9e4064 commit e46f22e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
max-parallel: 5
1818
fail-fast: false
1919
matrix:
20-
python-version: ['3.7', '3.11']
20+
python-version: ['3.8', '3.11']
2121
slycot: ["", "conda"]
2222
pandas: [""]
2323
cvxopt: ["", "conda"]

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ classifiers = [
1717
"Intended Audience :: Developers",
1818
"License :: OSI Approved :: BSD License",
1919
"Programming Language :: Python :: 3",
20-
"Programming Language :: Python :: 3.7",
2120
"Programming Language :: Python :: 3.8",
2221
"Programming Language :: Python :: 3.9",
2322
"Programming Language :: Python :: 3.10",
@@ -29,7 +28,7 @@ classifiers = [
2928
"Operating System :: Unix",
3029
"Operating System :: MacOS",
3130
]
32-
requires-python = ">=3.7"
31+
requires-python = ">=3.8"
3332
dependencies = [
3433
"numpy",
3534
"scipy>=1.3",

0 commit comments

Comments
 (0)