From 4939f0de879a45f3660d85983e985d6221b6cbe0 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 29 Apr 2024 15:09:45 -0400 Subject: [PATCH] docs: Update classifiers. This got forgotten in the Python 3.11 upgrade. --- codejail/__init__.py | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/codejail/__init__.py b/codejail/__init__.py index 0420a374..c95d9c78 100644 --- a/codejail/__init__.py +++ b/codejail/__init__.py @@ -1,3 +1,3 @@ """init""" -__version__ = '3.4.0' +__version__ = '3.4.1' diff --git a/setup.py b/setup.py index d5def6dc..91c1c46a 100644 --- a/setup.py +++ b/setup.py @@ -52,5 +52,6 @@ def get_version(*file_paths): 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.11', ], )