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 @@ -157,6 +157,7 @@ def has_ext_modules(self):
157
157
"Programming Language :: Python :: 3.9" ,
158
158
"Programming Language :: Python :: 3.10" ,
159
159
"Programming Language :: Python :: 3.11" ,
160
+ "Programming Language :: Python :: 3.12" ,
160
161
"Programming Language :: Python :: 3 :: Only" ,
161
162
"Topic :: Scientific/Engineering" ,
162
163
"Topic :: Scientific/Engineering :: Mathematics" ,
@@ -167,7 +168,7 @@ def has_ext_modules(self):
167
168
],
168
169
keywords = "tensorflow io machine learning" ,
169
170
packages = setuptools .find_packages (where = "." , exclude = exclude ),
170
- python_requires = ">=3.7, <3.12 " ,
171
+ python_requires = ">=3.7, <3.13 " ,
171
172
install_requires = install_requires ,
172
173
extras_require = {
173
174
"tensorflow" : [require ],
You can’t perform that action at this time.
0 commit comments