From 77e97034d926a44eb17beb27f1055be9659dcaf7 Mon Sep 17 00:00:00 2001 From: hibobmaster <32976627+hibobmaster@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:55:08 +0800 Subject: [PATCH] Try to support python 3.10 & 3.11 --- requirements-dev.txt | 3 +-- setup.py | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7853ef2..115b87b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,6 @@ chardet==3.0.4 -nose==1.3.7 tox==3.20.1 -Cython==0.29.21 +Cython==0.29.32 # pylint==2.6.0 # wheel==0.35.1 # twine==3.2.0 diff --git a/setup.py b/setup.py index 99d631c..3048688 100644 --- a/setup.py +++ b/setup.py @@ -133,6 +133,8 @@ setup( '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', ], keywords=[ 'cython',