From 9e9ecfbd94ce73d47c52c6a8f80cbc181254847a Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Thu, 14 Oct 2021 16:56:38 +0300 Subject: [PATCH] python 3.10 trove --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a9c98491f8..7bd21b65ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,6 +24,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy diff --git a/tox.ini b/tox.ini index db7492d18e..6c63bd591a 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ addopts = -s [tox] minversion = 2.4 -envlist = {py35,py36,py37,py38,py39,pypy3}-{plain,hiredis}, flake8, covreport, codecov +envlist = {py35,py36,py37,py38,py39,py310,pypy3}-{plain,hiredis}, flake8, covreport, codecov [testenv] deps =