Skip to content

Commit

Permalink
Merge pull request #568 from NeilGirdhar:39
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 599452434
  • Loading branch information
JAXopt authors committed Jan 18, 2024
2 parents b40838b + 85f7fa3 commit 7b4dd31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
keywords="optimization, root finding, implicit differentiation, jax",
requires_python=">=3.8",
requires_python=">=3.9",
)

0 comments on commit 7b4dd31

Please sign in to comment.