Skip to content

Commit 0cfa882

Browse files
committed
Drop Python 3.7 support.
1 parent d40b6d7 commit 0cfa882

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
python-version: ["3.7", "3.8", "3.9", "3.10"]
16+
python-version: ["3.8", "3.9", "3.10"]
1717
os: [ubuntu-latest]
1818

1919
steps:

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,10 @@
5656
"Topic :: Scientific/Engineering :: Artificial Intelligence",
5757
"License :: OSI Approved :: Apache Software License",
5858
"Programming Language :: Python :: 3",
59-
"Programming Language :: Python :: 3.7",
6059
"Programming Language :: Python :: 3.8",
6160
"Programming Language :: Python :: 3.9",
6261
"Programming Language :: Python :: 3.10",
6362
],
6463
keywords="optimization, root finding, implicit differentiation, jax",
65-
requires_python=">=3.7",
64+
requires_python=">=3.8",
6665
)

0 commit comments

Comments
 (0)