Skip to content

Commit

Permalink
feat: update Python version to 3.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Mar 2, 2024
1 parent d6bc9f6 commit dec0ff8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@
python_requires=">=3.3",
license="Apache 2.0",
classifiers=[
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit dec0ff8

Please sign in to comment.