diff --git a/setup.py b/setup.py index 2f8c2ad3d..8001cbaf4 100644 --- a/setup.py +++ b/setup.py @@ -157,6 +157,7 @@ def has_ext_modules(self): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3 :: Only", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Mathematics", @@ -167,7 +168,7 @@ def has_ext_modules(self): ], keywords="tensorflow io machine learning", packages=setuptools.find_packages(where=".", exclude=exclude), - python_requires=">=3.7, <3.12", + python_requires=">=3.7, <3.13", install_requires=install_requires, extras_require={ "tensorflow": [require],