diff --git a/setup.py b/setup.py index e10b12b..ed49625 100644 --- a/setup.py +++ b/setup.py @@ -98,10 +98,10 @@ # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], # What does your project relate to? keywords=["fMRI", "correlation", "clustering", "states"],