mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
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:
@ -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"},
|
||||
|
Reference in New Issue
Block a user