Skip to content

Commit 22fd7c5

Browse files
authored
Add CPython 3.8 to GitHub Actions
1 parent 39f9fbb commit 22fd7c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: CPython 3.7
3838
tox: py37
3939
action: 3.7
40+
- name: CPython 3.8
41+
tox: py38
42+
action: 3.8
4043
reactor:
4144
- name: default
4245
tox: default

0 commit comments

Comments
 (0)