From 0a2187a73f57436738108c0119ff7dbb7e4a767f Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 8 May 2023 19:35:45 -0400 Subject: [PATCH] Add 3.11 install tag --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3252ff14..0cd9d3fb 100755 --- a/setup.py +++ b/setup.py @@ -108,6 +108,7 @@ setup( "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", 'Intended Audience :: Financial and Insurance Industry', 'Intended Audience :: Science/Research', 'Intended Audience :: Developers',