Skip to content

Commit

Permalink
Remove support for Python 3.7. This is because JAX no longer supports…
Browse files Browse the repository at this point in the history
… this version.

PiperOrigin-RevId: 505756362
  • Loading branch information
cpgaffney1 authored and copybara-github committed Jan 30, 2023
1 parent 4ca7a3b commit 85c40ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Refactored higher-level utils in checkpoint_utils, which provides user-convenience functions.
- Guard option to create top-level directory behind `create` option.
- Remove support for Python 3.7.

## [0.1.0] - 2022-1-04

Expand Down
2 changes: 1 addition & 1 deletion orbax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""Orbax API."""

# A new PyPI release will be pushed everytime `__version__` is increased.
__version__ = '0.1.0'
__version__ = '0.1.1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 85c40ad

Please sign in to comment.