summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlexandre Gramfort <alexandre.gramfort@m4x.org>2021-08-17 11:06:58 +0200
committerGitHub <noreply@github.com>2021-08-17 11:06:58 +0200
commitc105dcb892de87ae9c6cfcfc5d9c0b14f2933082 (patch)
treef3c807ca974e68801a0169403d2f952991c3c040 /setup.py
parent8ef3341a472909f223ec0f678f11f136f55c1406 (diff)
we don't test with 3.5 but we already do with 3.9 so setup was not up to date (#269)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',
]
)