changeset 520b543b45a0 in modules/account_de_skr03:default
details: 
https://hg.tryton.org/modules/account_de_skr03?cmd=changeset;node=520b543b45a0
description:
        Add support for python3.8

        issue8866
        review274421004
diffstat:

 .drone.yml |  6 ++++++
 setup.py   |  1 +
 tox.ini    |  4 ++--
 3 files changed, 9 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r f0a02d82a8cf -r 520b543b45a0 .drone.yml
--- a/.drone.yml        Sun Mar 01 16:12:37 2020 +0100
+++ b/.drone.yml        Thu Mar 19 18:58:14 2020 +0100
@@ -53,3 +53,9 @@
         - IMAGE: python:3.7
           TOXENV: py37
           DATABASE: postgresql
+        - IMAGE: python:3.8
+          TOXENV: py38
+          DATABASE: sqlite
+        - IMAGE: python:3.8
+          TOXENV: py38
+          DATABASE: postgresql
diff -r f0a02d82a8cf -r 520b543b45a0 setup.py
--- a/setup.py  Sun Mar 01 16:12:37 2020 +0100
+++ b/setup.py  Thu Mar 19 18:58:14 2020 +0100
@@ -101,6 +101,7 @@
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
+        'Programming Language :: Python :: 3.8',
         'Programming Language :: Python :: Implementation :: CPython',
         'Programming Language :: Python :: Implementation :: PyPy',
         'Topic :: Office/Business :: Financial :: Accounting',
diff -r f0a02d82a8cf -r 520b543b45a0 tox.ini
--- a/tox.ini   Sun Mar 01 16:12:37 2020 +0100
+++ b/tox.ini   Thu Mar 19 18:58:14 2020 +0100
@@ -1,10 +1,10 @@
 [tox]
-envlist = {py35,py36,py37}-{sqlite,postgresql},pypy3-{sqlite,postgresql}
+envlist = {py35,py36,py37,py38}-{sqlite,postgresql},pypy3-{sqlite,postgresql}
 
 [testenv]
 commands = {envpython} setup.py test
 deps =
-    {py35,py36,py37}-postgresql: psycopg2 >= 2.5
+    {py35,py36,py37,py38}-postgresql: psycopg2 >= 2.5
     pypy3-postgresql: psycopg2cffi >= 2.5
     {py35,py36}-sqlite: sqlitebck
 setenv =

Reply via email to