Test on Python 3.8

This commit is contained in:
Hugo
2020-02-02 12:38:22 +02:00
committed by Claude Paroz
parent fa7fdb0443
commit 0c31fcb3e4
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.5, 3.6, 3.7]
python-version: [3.5, 3.6, 3.7, 3.8]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps: