Skip to content

Commit dec0ff8

Browse files
committed
feat: update Python version to 3.9+
1 parent d6bc9f6 commit dec0ff8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@
3636
python_requires=">=3.3",
3737
license="Apache 2.0",
3838
classifiers=[
39-
"Programming Language :: Python :: 3.5",
40-
"Programming Language :: Python :: 3.6",
41-
"Programming Language :: Python :: 3.7",
42-
"Programming Language :: Python :: 3.8",
4339
"Programming Language :: Python :: 3.9",
40+
"Programming Language :: Python :: 3.10",
41+
"Programming Language :: Python :: 3.11",
42+
"Programming Language :: Python :: 3.12",
4443
"License :: OSI Approved :: Apache Software License",
4544
"Operating System :: OS Independent",
4645
],

0 commit comments

Comments
 (0)