File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ matrix:
1313 - python : 3.6
1414 env : TOXENV=py36
1515 - python : 3.7
16- sudo : required
17- dist : xenial
1816 env : TOXENV=py37
17+ - python : 3.8
18+ env : TOXENV=py38
1919 - python : pypy
2020 env : TOXENV=pypy
21- - python : 3.6
21+ - python : 3.8
2222 env : TOXENV=py2-cover,py3-cover,coverage
2323
2424install :
Original file line number Diff line number Diff line change 2121
2222setup (
2323 name = 'alog' ,
24- version = '1.0 .0' ,
24+ version = '1.1 .0' ,
2525 description = 'Your goto Python logging without panic on context swtich' ,
2626 long_description = README + '\n \n ' + CHANGES ,
2727 url = 'https://github.com/keitheis/alog' ,
4242 'Programming Language :: Python :: 3.5' ,
4343 'Programming Language :: Python :: 3.6' ,
4444 'Programming Language :: Python :: 3.7' ,
45+ 'Programming Language :: Python :: 3.8' ,
4546 "Programming Language :: Python :: Implementation :: CPython" ,
4647 "Programming Language :: Python :: Implementation :: PyPy" ,
4748 ],
Original file line number Diff line number Diff line change @@ -12,9 +12,10 @@ basepython =
1212 py35: python3.5
1313 py36: python3.6
1414 py37: python3.7
15+ py38: python3.8
1516 pypy: pypy
1617 py2: python2.7
17- py3: python3.6
18+ py3: python3.8
1819
1920passenv = TOXENV CI TRAVIS TRAVIS_*
2021commands =
You can’t perform that action at this time.
0 commit comments