We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ee85c commit 416bae5Copy full SHA for 416bae5
setup.py
@@ -156,6 +156,7 @@ def has_ext_modules(self):
156
"Programming Language :: Python :: 3.8",
157
"Programming Language :: Python :: 3.9",
158
"Programming Language :: Python :: 3.10",
159
+ "Programming Language :: Python :: 3.11",
160
"Programming Language :: Python :: 3 :: Only",
161
"Topic :: Scientific/Engineering",
162
"Topic :: Scientific/Engineering :: Mathematics",
@@ -166,7 +167,7 @@ def has_ext_modules(self):
166
167
],
168
keywords="tensorflow io machine learning",
169
packages=setuptools.find_packages(where=".", exclude=exclude),
- python_requires=">=3.7, <3.11",
170
+ python_requires=">=3.7, <3.12",
171
install_requires=install_requires,
172
extras_require={
173
"tensorflow": [require],
0 commit comments