8000 Drop Python 3.7 · python-control/python-control@e46f22e · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

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)
0