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:
Paul Willot 2023-07-29 05:04:50 +09:00 committed by GitHub
parent 21a71d52bd
commit 65534ff9ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: