Skip to content

Commit

Permalink
Specify the python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
helena-balabin committed Jul 19, 2023
1 parent 3ab8da4 commit 0f127dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand All @@ -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
Expand Down

0 comments on commit 0f127dc

Please sign in to comment.