Skip to content

Commit c6374ec

Browse files
authored
Declare package as Python 3.8-3.11 (#146)
1 parent d816da7 commit c6374ec

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ def readme():
2525
'Development Status :: 4 - Beta',
2626
'License :: OSI Approved :: BSD License',
2727
'Natural Language :: English',
28-
'Programming Language :: Python :: 2',
2928
'Programming Language :: Python :: 3',
29+
'Programming Language :: Python :: 3.8',
30+
'Programming Language :: Python :: 3.9',
31+
'Programming Language :: Python :: 3.10',
32+
'Programming Language :: Python :: 3.11',
3033
'Operating System :: OS Independent',
3134
'Topic :: Scientific/Engineering :: Medical Science Apps.',
3235
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)