From 74bbd23837c4b94e09265aac24967c6f73442b3f Mon Sep 17 00:00:00 2001 From: Lachlan Bell Date: Wed, 11 Jan 2023 16:08:44 +1100 Subject: [PATCH] Allowing all versions of python 3.9.x to work. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a33413f..1834ce0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ classifiers = [options] include_package_data = true packages = find: -python_requires = >=2.7, <=3.9 +python_requires = >=2.7, <3.10 install_requires = Django >= 1.8 django-admin-ordering==0.13.1