From 6fe274e54ccd279e8c0ea5cbae5d6fe489add904 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 19 Jul 2023 00:08:49 -0400 Subject: [PATCH] meta: support python 3.11 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f0764af..ad75b25 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ setup( "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Utilities", ], keywords="dotfiles",