Skip to content

Commit

Permalink
Update various Python packaging configs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 480929772
  • Loading branch information
kho authored and fedjax authors committed Oct 13, 2022
1 parent 2ee3c1d commit 8693a58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_minimal_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ['3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
install_requires=[
'absl-py',
'dm-haiku',
'jax',
'jax>=0.3.19',
'jaxlib',
'msgpack',
'optax',
Expand All @@ -52,6 +52,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
],
)

0 comments on commit 8693a58

Please sign in to comment.