File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 3838 "Intended Audience :: Developers" ,
3939 "Intended Audience :: Information Technology" ,
4040 "Programming Language :: Python" ,
41+ "Programming Language :: Python :: 3.9" ,
42+ "Programming Language :: Python :: 3.8" ,
43+ "Programming Language :: Python :: 3.6" ,
4144 "Programming Language :: Python :: 3.7" ,
45+ "Programming Language :: Python :: 3.6" ,
4246 "Topic :: Software Development" ,
4347 "Topic :: Utilities" ,
4448 ],
Original file line number Diff line number Diff line change 4141 "Intended Audience :: Developers" ,
4242 "Intended Audience :: Information Technology" ,
4343 "Programming Language :: Python" ,
44+ "Programming Language :: Python :: 3.9" ,
45+ "Programming Language :: Python :: 3.8" ,
46+ "Programming Language :: Python :: 3.6" ,
4447 "Programming Language :: Python :: 3.7" ,
4548 "Programming Language :: Python :: 3.6" ,
4649 "Topic :: Software Development" ,
4750 "Topic :: Utilities" ,
4851 ],
4952 data_files = [],
50- python_requires = '>=3.6, <3.8 ' ,
53+ python_requires = '>=3.6, <3.10 ' ,
5154 platforms = "Any" ,
5255 )
Original file line number Diff line number Diff line change 4141 "Intended Audience :: Developers" ,
4242 "Intended Audience :: Information Technology" ,
4343 "Programming Language :: Python" ,
44+ "Programming Language :: Python :: 3.9" ,
45+ "Programming Language :: Python :: 3.8" ,
46+ "Programming Language :: Python :: 3.6" ,
4447 "Programming Language :: Python :: 3.7" ,
48+ "Programming Language :: Python :: 3.6" ,
4549 "Topic :: Software Development" ,
4650 "Topic :: Utilities" ,
4751 ],
4852 data_files = [],
49- python_requires = '>=3.6, <3.8 ' ,
53+ python_requires = '>=3.6, <3.10 ' ,
5054 platforms = "Any" ,
5155 )
You can’t perform that action at this time.
0 commit comments