summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2020-10-13 16:25:39 -0700
committerBen Bangert <ben@groovie.org>2020-10-13 16:25:39 -0700
commitce94989ec83f78e46432074afcde9b8672243bf8 (patch)
treea9a843635266d49de5b26d658e08904e5326dad9
parentecb9acc4231fb8095848ab191cb9465127f1b39c (diff)
downloadroutes-feat/python-3-compats.tar.gz
feat: add python 3.6+ compatfeat/python-3-compats
-rw-r--r--.github/workflows/python-package.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml
index 52a7118..96dcc11 100644
--- a/.github/workflows/python-package.yml
+++ b/.github/workflows/python-package.yml
@@ -18,7 +18,11 @@ jobs:
- 2.7
- 3.5
- 3.6
+ - 3.7
+ - 3.8
+ - 3.9
- pypy2
+ - pypy3
env:
TOX_PARALLEL_NO_SPINNER: 1