Skip to content
Snippets Groups Projects
Verified Commit 3f09bbc7 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

It looks like we support both python 3.9 and 3.10, document the fact.

parent 3b5f695b
No related branches found
No related tags found
No related merge requests found
Pipeline #315104 passed
......@@ -80,6 +80,8 @@ setup(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Utilities",
],
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment