Skip to content

Commit 80c2a28

Browse files
rtg0795Responsible ML Infra Team
authored andcommitted
Update python version in setup.py and remove traces of py37 in README.md.
PiperOrigin-RevId: 518922897
1 parent 8451af2 commit 80c2a28

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def select_constraint(default, nightly=None, git_master=None):
7474
package_data={
7575
'fairness_indicators': ['documentation/*'],
7676
},
77-
python_requires='>=3.7,<3.10',
77+
python_requires='>=3.8,<3.10',
7878
install_requires=REQUIRED_PACKAGES,
7979
tests_require=REQUIRED_PACKAGES,
8080
# PyPI package information.

tensorboard_plugin/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def select_constraint(default, nightly=None, git_master=None):
7979
'fairness_indicators = tensorboard_plugin_fairness_indicators.plugin:FairnessIndicatorsPlugin',
8080
],
8181
},
82-
python_requires='>=3.7,<3.10',
82+
python_requires='>=3.8,<3.10',
8383
install_requires=REQUIRED_PACKAGES,
8484
tests_require=REQUIRED_PACKAGES,
8585
classifiers=[
@@ -90,7 +90,6 @@ def select_constraint(default, nightly=None, git_master=None):
9090
'License :: OSI Approved :: Apache Software License',
9191
'Operating System :: OS Independent',
9292
'Programming Language :: Python :: 3',
93-
'Programming Language :: Python :: 3.7',
9493
'Programming Language :: Python :: 3.8',
9594
'Programming Language :: Python :: 3.9',
9695
'Programming Language :: Python :: 3 :: Only',

0 commit comments

Comments
 (0)