From 833b5d1708516567c80c9998ee766acb8e73b770 Mon Sep 17 00:00:00 2001 From: Jacob Burnim Date: Fri, 29 Sep 2023 14:53:09 -0700 Subject: [PATCH] Drop Python 3.8 support for TFP 0.22 and later. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d5107064d..4352d2007f 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ def has_ext_modules(self): url='http://github.com/tensorflow/probability', license='Apache 2.0', packages=find_packages(), - python_requires='>=3.8', + python_requires='>=3.9', install_requires=REQUIRED_PACKAGES, # Add in any packaged data. include_package_data=True,