Skip to content

Commit

Permalink
setup.py: Note compatibility with python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ix5 committed Mar 6, 2022
1 parent 76d9a6b commit 735860b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9"
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
install_requires=requires,
tests_require=tests_require,
Expand Down

0 comments on commit 735860b

Please sign in to comment.