From 1ad8ae08b0713fb3bb5b63e80cb895c8aa01bf33 Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Sun, 11 Dec 2022 15:01:28 +0200 Subject: [PATCH] Add Trove classifier for Python 3.11 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4c0bfc0..bbbb39e 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ def read_file(filename): 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'License :: OSI Approved :: MIT License',