From 3d2504a17efe78f96a8645c9259fdccfdc92f77f Mon Sep 17 00:00:00 2001 From: Blaise deB Frederick Date: Mon, 23 Oct 2023 17:33:36 -0400 Subject: [PATCH] Updated versions --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"],