From 2d250126006ed0adb0a1d1e6e591d0173dcdc721 Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Sun, 30 Oct 2022 00:13:52 +0200 Subject: [PATCH] Add python 3.10 to list of versions --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bf057bf..9aaecea 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'License :: OSI Approved :: BSD License', 'Operating System :: POSIX :: Linux', ],