File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -152,8 +152,6 @@ def has_ext_modules(self):
152
152
"Intended Audience :: Science/Research" ,
153
153
"License :: OSI Approved :: Apache Software License" ,
154
154
"Programming Language :: Python :: 3" ,
155
- "Programming Language :: Python :: 3.7" ,
156
- "Programming Language :: Python :: 3.8" ,
157
155
"Programming Language :: Python :: 3.9" ,
158
156
"Programming Language :: Python :: 3.10" ,
159
157
"Programming Language :: Python :: 3.11" ,
@@ -168,7 +166,7 @@ def has_ext_modules(self):
168
166
],
169
167
keywords = "tensorflow io machine learning" ,
170
168
packages = setuptools .find_packages (where = "." , exclude = exclude ),
171
- python_requires = ">=3.7 , <3.13" ,
169
+ python_requires = ">=3.9 , <3.13" ,
172
170
install_requires = install_requires ,
173
171
extras_require = {
174
172
"tensorflow" : [require ],
You can’t perform that action at this time.
0 commit comments