Verify that it's compatible with python 3.8

This commit is contained in:
baztian
2020-06-30 21:39:27 +02:00
parent 4fac7e37a8
commit 184ee9f3d8
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6]
python-version: [2.7, 3.5, 3.6, 3.8]
plattform: ["Python"]
include:
- python-version: 3.6
- python-version: 3.8
plattform: "Jython"
jython: org.python:jython-installer:2.7.2
toxenv: "jython-driver-{hsqldb,mock}"