add python3.10 release (#877)

* add missing python3.9 classifier

* add python3.10 release

* run tests on 3.10

* Revert "run tests on 3.10"

This reverts commit ceed64249e54b6ec622b06c59bf47da7c6dfc1b0.
This commit is contained in:
JC Louis
2022-01-12 09:42:13 +01:00
committed by GitHub
parent 076319d542
commit cabbecb96c
4 changed files with 6 additions and 4 deletions

View File

@ -30,6 +30,8 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
],
package_dir={"": "py_src"},