Skip to content

Commit c105dcb

Browse files
authored
we don't test with 3.5 but we already do with 3.9 so setup was not up to date (#269)
1 parent 8ef3341 commit c105dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
'Topic :: Scientific/Engineering :: Mathematics',
8282
'Topic :: Scientific/Engineering :: Information Analysis',
8383
'Programming Language :: Python :: 3',
84-
'Programming Language :: Python :: 3.5',
8584
'Programming Language :: Python :: 3.6',
8685
'Programming Language :: Python :: 3.7',
8786
'Programming Language :: Python :: 3.8',
87+
'Programming Language :: Python :: 3.9',
8888
]
8989
)

0 commit comments

Comments
 (0)