Skip to content

Commit 184ee9f

Browse files
committed
Verify that it's compatible with python 3.8
1 parent 4fac7e3 commit 184ee9f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [2.7, 3.5, 3.6]
18+
python-version: [2.7, 3.5, 3.6, 3.8]
1919
plattform: ["Python"]
2020
include:
21-
- python-version: 3.6
21+
- python-version: 3.8
2222
plattform: "Jython"
2323
jython: org.python:jython-installer:2.7.2
2424
toxenv: "jython-driver-{hsqldb,mock}"

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.. image:: https://img.shields.io/coveralls/baztian/jaydebeapi/master.svg
1010
:target: https://coveralls.io/r/baztian/jaydebeapi
1111

12-
.. image:: https://img.shields.io/badge/python-2.7,_3.5,_3.6-blue.svg
12+
.. image:: https://img.shields.io/badge/python-2.7,_3.5,_3.6,_3.8-blue.svg
1313
:target: https://pypi.python.org/pypi/JayDeBeApi/
1414

1515
.. image:: https://img.shields.io/badge/jython-2.7.2-blue.svg

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ deps =
2525
oldjpype: JPype1==0.6.3
2626
py35-newjpype: JPype1==0.7.5
2727
py36-newjpype: JPype1==0.7.5
28+
py38-newjpype: JPype1==0.7.5
2829
py27-newjpype: JPype1==0.7.1
2930
jip==0.9.15
3031
coverage==4.5.4

0 commit comments

Comments
 (0)