mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Update setup.py to add py311 (#16899)
### Description Update setup.py to add python 3.11 ### Motivation and Context Python 3.11 is supported since release 1.15
This commit is contained in:
parent
21a71d52bd
commit
65534ff9ef
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -505,6 +505,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
]
|
||||
|
||||
if not enable_training:
|
||||
|
|
|
|||
Loading…
Reference in a new issue