Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 609825608
  • Loading branch information
vkarampudi authored and Responsible ML Infra Team committed Feb 23, 2024
1 parent 445805d commit 417d5a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Bug Fixes and Other Changes

* Deprecated python 3.8 support

## Breaking Changes

## Deprecations
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def select_constraint(default, nightly=None, git_master=None):
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Scientific/Engineering',
Expand Down
3 changes: 1 addition & 2 deletions tensorboard_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def select_constraint(default, nightly=None, git_master=None):
'fairness_indicators = tensorboard_plugin_fairness_indicators.plugin:FairnessIndicatorsPlugin',
],
},
python_requires='>=3.8,<3.10',
python_requires='>=3.9,<4',
install_requires=REQUIRED_PACKAGES,
tests_require=REQUIRED_PACKAGES,
classifiers=[
Expand All @@ -90,7 +90,6 @@ def select_constraint(default, nightly=None, git_master=None):
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Scientific/Engineering',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Bug Fixes and Other Changes

* Deprecated python 3.8 support

## Breaking Changes

## Deprecations
Expand Down

0 comments on commit 417d5a0

Please sign in to comment.