Skip to content

Commit 46f45cc

Browse files
authored
Add support for Python 3.11 in setup.py
1 parent 06bdcc8 commit 46f45cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
'Programming Language :: Python :: 3.8',
2020
'Programming Language :: Python :: 3.9',
2121
'Programming Language :: Python :: 3.10',
22+
'Programming Language :: Python :: 3.11',
2223
"License :: OSI Approved :: MIT License",
2324
],
24-
)
25+
)

0 commit comments

Comments
 (0)