Skip to content

Commit

Permalink
Add support for py38 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Aug 15, 2020
1 parent 72a92f4 commit 80bd3b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
"py27",
"py36",
"py37",
"py38",
"lint",
"packaging",
]
Expand All @@ -51,6 +52,10 @@ jobs:
python: "3.7"
os: ubuntu-latest
tox_env: py37
- name: py38
python: "3.8"
os: ubuntu-latest
tox_env: py38

- name: "lint"
python: "3.7"
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifier =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8

[entry_points]
console_scripts =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.8
envlist = lint,py{27,35,36,37},docs,packaging
envlist = lint,py{27,35,36,37,38},docs,packaging

[testenv]
deps =
Expand Down

0 comments on commit 80bd3b4

Please sign in to comment.