Skip to content

Commit 87b65f2

Browse files
authored
Sem-Ver: feature Add support for python 3.8
Signed-off-by: David Black <[email protected]>
1 parent 2c85251 commit 87b65f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "3.5"
55
- "3.6"
66
- "3.7"
7+
- "3.8"
78
install:
89
- pip install -q pycodestyle==2.6.0 flake8==3.8.1
910
script:

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifier =
1414
Programming Language :: Python :: 3.5
1515
Programming Language :: Python :: 3.6
1616
Programming Language :: Python :: 3.7
17+
Programming Language :: Python :: 3.8
1718
License :: OSI Approved :: MIT License
1819

1920
[files]

0 commit comments

Comments
 (0)