From faf23e0444747732fcbf3ca53702ee495b8e59a3 Mon Sep 17 00:00:00 2001
From: Paul Moore
Date: Thu, 21 Jul 2022 15:40:36 +0100
Subject: [PATCH] Added Python 3.11 classifier
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index fbb6a48a69c..9b7fdeb1134 100644
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,7 @@ def get_version(rel_path: str) -> str:
"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",
],