From 4cd9e03576523a79b24f89ce2a066bef5ae343c5 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Mon, 7 Mar 2022 23:00:00 +0100 Subject: [PATCH] Require Cython 0.29.28 and mark Py3.9/10 as supported. --- requirements.txt | 2 +- setup.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3fe8e62f..f63cb644 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -Cython>=0.29.24 +Cython>=0.29.28 setuptools diff --git a/setup.py b/setup.py index d20972a5..862a3163 100644 --- a/setup.py +++ b/setup.py @@ -387,6 +387,8 @@ def write_file(filename, content): '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 :: Other Scripting Engines', 'Operating System :: OS Independent', 'Topic :: Software Development',