Adding newer python versions

to setup.rb and test grid
This commit is contained in:
Jamie Hardt
2022-11-13 17:32:30 -08:00
committed by GitHub
parent c68f8bca80
commit 6ba77b3568
2 changed files with 4 additions and 3 deletions

View File

@@ -16,10 +16,11 @@ setup(name='pycmx',
'Topic :: Multimedia',
'Topic :: Multimedia :: Video',
'Topic :: Text Processing',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'
],
packages=['pycmx'])