Skip to content

Commit

Permalink
Removes Python 3.8 support (#18332)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathweb authored Aug 2, 2023
1 parent 2b5f28f commit bb9d7ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oss_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
packages=setuptools.find_packages(),
install_requires=[],
# Supported Python versions
python_requires=">=3.8",
python_requires=">=3.9",
# PyPI package information.
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand All @@ -75,7 +75,6 @@
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit bb9d7ff

Please sign in to comment.