From 0f127dc9aa8fb2d8edb0b5a3251b917c48b10aab Mon Sep 17 00:00:00 2001 From: helena-balabin Date: Wed, 19 Jul 2023 16:09:27 +0200 Subject: [PATCH] Specify the python versions --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3235b28..98b846a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,6 +37,7 @@ classifiers = Framework :: Sphinx Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3 :: Only Topic :: Scientific/Engineering :: Artificial Intelligence Topic :: Text Processing keywords = @@ -48,7 +49,7 @@ keywords = neuroscience [options] -python_requires = >=3.9 +python_requires = >=3.9, <3.11 install_requires = # Missing itertools from the standard library you didn't know you needed more_itertools