-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove support for Python 3.7. This is because JAX no longer supports…
… this version. PiperOrigin-RevId: 505756362
- Loading branch information
1 parent
4ca7a3b
commit 85c40ad
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = 'orbax' | |
description='Orbax' | ||
readme = 'README.md' | ||
license = {file = 'LICENSE'} | ||
requires-python = '>=3.7' | ||
requires-python = '>=3.8' | ||
authors = [{name = 'Orbax Authors', email='[email protected]'}] | ||
classifiers=[ | ||
'Development Status :: 4 - Beta', | ||
|