From 65534ff9ef40a2d16ed001b24e9b89ac38a838ee Mon Sep 17 00:00:00 2001 From: Paul Willot Date: Sat, 29 Jul 2023 05:04:50 +0900 Subject: [PATCH] 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 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 02ce075218..a4ca12360d 100644 --- a/setup.py +++ b/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: