From c105dcb892de87ae9c6cfcfc5d9c0b14f2933082 Mon Sep 17 00:00:00 2001 From: Alexandre Gramfort Date: Tue, 17 Aug 2021 11:06:58 +0200 Subject: we don't test with 3.5 but we already do with 3.9 so setup was not up to date (#269) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0f2ef92..37a5824 100644 --- a/setup.py +++ b/setup.py @@ -81,9 +81,9 @@ setup( 'Topic :: Scientific/Engineering :: Mathematics', 'Topic :: Scientific/Engineering :: Information Analysis', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', ] ) -- cgit v1.2.3