File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ def has_ext_modules(self):
156
156
"Programming Language :: Python :: 3.8" ,
157
157
"Programming Language :: Python :: 3.9" ,
158
158
"Programming Language :: Python :: 3.10" ,
159
+ "Programming Language :: Python :: 3.11" ,
159
160
"Programming Language :: Python :: 3 :: Only" ,
160
161
"Topic :: Scientific/Engineering" ,
161
162
"Topic :: Scientific/Engineering :: Mathematics" ,
@@ -166,7 +167,7 @@ def has_ext_modules(self):
166
167
],
167
168
keywords = "tensorflow io machine learning" ,
168
169
packages = setuptools .find_packages (where = "." , exclude = exclude ),
169
- python_requires = ">=3.7, <3.11 " ,
170
+ python_requires = ">=3.7, <3.12 " ,
170
171
install_requires = install_requires ,
171
172
extras_require = {
172
173
"tensorflow" : [require ],
You can’t perform that action at this time.
0 commit comments