mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
List 3.10 as supported python version and remove 3.6 (#12141)
list 3.10 as supported python version and remove 3.6 Co-authored-by: Randy Shuai <rashuai@microsoft.com>
This commit is contained in:
parent
e0ed9f0f2f
commit
178a413ca1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -463,10 +463,10 @@ classifiers = [
|
|||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"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",
|
||||
]
|
||||
|
||||
if not enable_training:
|
||||
|
|
|
|||
Loading…
Reference in a new issue