summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2020-02-02 12:38:22 +0200
committerClaude Paroz <claude@2xlibre.net>2020-02-02 16:44:26 +0100
commit0c31fcb3e4cf50edeca0d0e1cd490fb220458ca4 (patch)
treeafd1c154a6d9be1e5dc929ac6cce87597794911e /.github/workflows
parentfa7fdb04437796d29ebeeda17ce353d3bcd533f4 (diff)
downloadtablib-0c31fcb3e4cf50edeca0d0e1cd490fb220458ca4.tar.gz
Test on Python 3.8
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a37227b..aac8fdb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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: