Skip to content

Commit dc79cbe

Browse files
committed
Updated supported versions
1 parent 109446b commit dc79cbe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ def read(*names, **kwargs):
5454
'License :: OSI Approved :: MIT License',
5555
'Programming Language :: Python',
5656
'Programming Language :: Python :: 3',
57-
'Programming Language :: Python :: 3.3',
58-
'Programming Language :: Python :: 3.4',
59-
'Programming Language :: Python :: 3.5',
57+
'Programming Language :: Python :: 3.6',
58+
'Programming Language :: Python :: 3.7',
59+
'Programming Language :: Python :: 3.8',
6060
'Topic :: Games/Entertainment :: Role-Playing'
6161
],
6262
long_description=read('README.rst'),

0 commit comments

Comments
 (0)