File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
- # coding: utf8
2
-
3
1
import math
4
2
5
3
Original file line number Diff line number Diff line change 2
2
testpaths = tests
3
3
4
4
[tox:tox]
5
- envlist = py36, py37,py38
5
+ envlist = py37,py38
6
6
7
7
[testenv]
8
8
deps = pytest
Original file line number Diff line number Diff line change 17
17
"License :: OSI Approved :: MIT License" ,
18
18
"Natural Language :: English" ,
19
19
"Programming Language :: Python :: 3 :: Only" ,
20
- "Programming Language :: Python :: 3.6" ,
21
20
"Programming Language :: Python :: 3.7" ,
22
21
"Programming Language :: Python :: 3.8" ,
23
22
"Programming Language :: Python :: 3" ,
24
23
"Topic :: Multimedia :: Graphics :: Graphics Conversion" ,
25
24
"Topic :: Software Development :: Libraries :: Python Modules" ,
26
25
"Topic :: Utilities" ,
27
26
],
28
- python_requires = ">=3.6 " ,
27
+ python_requires = ">=3.7 " ,
29
28
keywords = "convert colors" ,
30
29
packages = ["convcolors" ],
31
30
extras_require = {
You can’t perform that action at this time.
0 commit comments