]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
CI: add py37 and py38 to test matrix 397/head
authorThomas A Caswell <tcaswell@bnl.gov>
Thu, 31 Oct 2019 00:09:14 +0000 (20:09 -0400)
committerThomas A Caswell <tcaswell@bnl.gov>
Thu, 31 Oct 2019 00:09:14 +0000 (20:09 -0400)
.travis.yml

index 295fa293fd6b67ccabd3307fab3ce53efe9a767f..ed4d2a95a39a033a7b6fffa50848cf26e1db2f9b 100644 (file)
@@ -2,6 +2,8 @@ language: python
 python:
   - "3.5"
   - "3.6"
+  - "3.7"
+  - "3.8"
   #- "nightly"
 matrix:
   include: