Skip to content

Commit 7524aa0

Browse files
committed
add Python 3.11 to classifiers in setup.py
1 parent 70ada54 commit 7524aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def find_rel_test():
118118
"Programming Language :: Python :: 3.8",
119119
"Programming Language :: Python :: 3.9",
120120
"Programming Language :: Python :: 3.10",
121+
"Programming Language :: Python :: 3.11",
121122
"Topic :: Software Development :: Build Tools",
122123
],
123124
platforms="Linux",

0 commit comments

Comments
 (0)