Skip to content

Commit bc98e4c

Browse files
Merge pull request #3940 from boegel/py10_setup_py
indicate compatibility with Python 3.10 in setup.py
2 parents 59d1ff4 + 0743fc6 commit bc98e4c

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)