Skip to content

Commit 1c3301f

Browse files
committed
Add classifier for python 3.10
This is so the version shield ( [![PyPI](https://img.shields.io/pypi/pyversions/rdflib.svg)](https://pypi.python.org/pypi/rdflib) ) shows up correctly in future releases.
1 parent 75c545e commit 1c3301f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def open_local(paths, mode="r", encoding="utf8"):
7171
"Programming Language :: Python :: 3.7",
7272
"Programming Language :: Python :: 3.8",
7373
"Programming Language :: Python :: 3.9",
74+
"Programming Language :: Python :: 3.10",
7475
"License :: OSI Approved :: BSD License",
7576
"Topic :: Software Development :: Libraries :: Python Modules",
7677
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)