From 417d5a082ea083f7b8667ff712ed573b8aff98eb Mon Sep 17 00:00:00 2001 From: Madhur Karampudi Date: Fri, 23 Feb 2024 13:43:01 -0800 Subject: [PATCH] Internal change PiperOrigin-RevId: 609825608 --- RELEASE.md | 2 ++ setup.py | 1 - tensorboard_plugin/setup.py | 3 +-- .../tensorboard_plugin_fairness_indicators/RELEASE.md | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 76f02e2..fdb4fd0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,6 +6,8 @@ ## Bug Fixes and Other Changes +* Deprecated python 3.8 support + ## Breaking Changes ## Deprecations diff --git a/setup.py b/setup.py index 19bd9d4..279d022 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/tensorboard_plugin/setup.py b/tensorboard_plugin/setup.py index ba9a6fc..1b9a124 100644 --- a/tensorboard_plugin/setup.py +++ b/tensorboard_plugin/setup.py @@ -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=[ @@ -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', diff --git a/tensorboard_plugin/tensorboard_plugin_fairness_indicators/RELEASE.md b/tensorboard_plugin/tensorboard_plugin_fairness_indicators/RELEASE.md index 972ebdc..ac20880 100644 --- a/tensorboard_plugin/tensorboard_plugin_fairness_indicators/RELEASE.md +++ b/tensorboard_plugin/tensorboard_plugin_fairness_indicators/RELEASE.md @@ -6,6 +6,8 @@ ## Bug Fixes and Other Changes +* Deprecated python 3.8 support + ## Breaking Changes ## Deprecations