We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109446b commit dc79cbeCopy full SHA for dc79cbe
1 file changed
setup.py
@@ -54,9 +54,9 @@ def read(*names, **kwargs):
54
'License :: OSI Approved :: MIT License',
55
'Programming Language :: Python',
56
'Programming Language :: Python :: 3',
57
- 'Programming Language :: Python :: 3.3',
58
- 'Programming Language :: Python :: 3.4',
59
- 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
60
'Topic :: Games/Entertainment :: Role-Playing'
61
],
62
long_description=read('README.rst'),
0 commit comments