Skip to content

Commit 833b5d1

Browse files
committed
Drop Python 3.8 support for TFP 0.22 and later.
1 parent 793779f commit 833b5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def has_ext_modules(self):
7070
url='http://github.com/tensorflow/probability',
7171
license='Apache 2.0',
7272
packages=find_packages(),
73-
python_requires='>=3.8',
73+
python_requires='>=3.9',
7474
install_requires=REQUIRED_PACKAGES,
7575
# Add in any packaged data.
7676
include_package_data=True,

0 commit comments

Comments
 (0)