Skip to content

Commit 79de23a

Browse files
committed
indicate compatibility with Python 3.10 in setup.py
1 parent b0f54e4 commit 79de23a

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
@@ -116,6 +116,7 @@ def find_rel_test():
116116
"Programming Language :: Python :: 3.7",
117117
"Programming Language :: Python :: 3.8",
118118
"Programming Language :: Python :: 3.9",
119+
"Programming Language :: Python :: 3.10",
119120
"Topic :: Software Development :: Build Tools",
120121
],
121122
platforms="Linux",

0 commit comments

Comments
 (0)