File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ language: python
22python :
33 - " 2.7"
44 - " 3.6"
5+ - " 3.9"
56script :
67 - python -m unittest discover test
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "pyembroidery" ,
8- version = "1.4.31 " ,
8+ version = "1.4.32 " ,
99 author = "Tatarize" ,
10101111 description = "Embroidery IO library" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
1414 url = "https://github.com/EmbroidePy/pyembroidery" ,
1515 packages = setuptools .find_packages (),
16- classifiers = (
16+ classifiers = [
1717 'Development Status :: 5 - Production/Stable' ,
1818 'Intended Audience :: Developers' ,
1919 "Programming Language :: Python :: 3.6" ,
2020 "Programming Language :: Python :: 3.7" ,
21+ "Programming Language :: Python :: 3.8" ,
22+ "Programming Language :: Python :: 3.9" ,
23+ "Programming Language :: Python :: 3.10" ,
2124 "License :: OSI Approved :: MIT License" ,
2225 "Operating System :: OS Independent" ,
2326 'Topic :: Software Development :: Libraries :: Python Modules'
24- ) ,
27+ ] ,
2528)
You can’t perform that action at this time.
0 commit comments