Skip to content

Commit

Permalink
Drop Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Dec 11, 2023
1 parent 99ae901 commit 46fde58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
license="MIT",
packages=find_packages(),
package_data={"jaxlie": ["py.typed"]},
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
"jax>=0.3.18", # For jax.Array.
"jax_dataclasses>=1.4.4",
Expand Down

0 comments on commit 46fde58

Please sign in to comment.