Skip to content

Commit

Permalink
Drop Python 3.8 support for TFP 0.22 and later.
Browse files Browse the repository at this point in the history
  • Loading branch information
jburnim committed Sep 29, 2023
1 parent 793779f commit 833b5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 833b5d1

Please sign in to comment.