Skip to content

Commit f831f31

Browse files
committed
Fix Python version in setup.py
1 parent 0eac720 commit f831f31

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
@@ -11,10 +11,10 @@
1111
License :: OSI Approved :: Apache Software License
1212
Operating System :: OS Independent
1313
Programming Language :: Python :: 3
14-
Programming Language :: Python :: 3.6
1514
Programming Language :: Python :: 3.7
1615
Programming Language :: Python :: 3.8
1716
Programming Language :: Python :: 3.9
17+
Programming Language :: Python :: 3.10
1818
Programming Language :: Python :: 3 :: Only
1919
Programming Language :: Python :: Implementation :: CPython
2020
Programming Language :: Python :: Implementation :: PyPy

0 commit comments

Comments
 (0)