From 9b5889e569d5d9129844db89c996d0248b8f0b73 Mon Sep 17 00:00:00 2001 From: Addison Elliott Date: Thu, 28 Apr 2022 09:20:46 -0500 Subject: [PATCH] Update supported Python versions (#114) --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 430460b..ccf0cb1 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,12 @@ 'Programming Language :: Python :: 3', "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6" + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11" ], project_urls={ 'Tracker': 'https://github.com/mhe/pynrrd/issues',