1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Update list of supported python versions

This commit is contained in:
Andrew Ekstedt 2021-03-20 01:16:04 -07:00
parent f244234248
commit 3eb213aab4

View file

@ -22,8 +22,10 @@ setup(
},
classifiers=[
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
)