We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd5d98 commit 860ea96Copy full SHA for 860ea96
3 files changed
.travis.yml
@@ -39,13 +39,20 @@ matrix:
39
- WITH_GCOV=1
40
dist: xenial
41
sudo: true
42
- - python: 3.8-dev
+ - python: 3.8
43
env:
44
- TOXENV=py38
45
- CFLAGS_std="-std=c99"
46
47
48
49
+ - python: 3.9-dev
50
+ env:
51
+ - TOXENV=py39
52
+ - CFLAGS_std="-std=c99"
53
+ - WITH_GCOV=1
54
+ dist: xenial
55
+ sudo: true
56
- python: 2.7
57
58
- TOXENV=py2-nosasltls
@@ -61,7 +68,7 @@ matrix:
61
68
env: TOXENV=doc
62
69
allow_failures:
63
70
- env:
64
- - TOXENV=py38
71
65
72
66
73
67
74
setup.py
@@ -95,6 +95,7 @@ class OpenLDAP2:
95
'Programming Language :: Python :: 3.5',
96
'Programming Language :: Python :: 3.6',
97
'Programming Language :: Python :: 3.7',
98
+ 'Programming Language :: Python :: 3.8',
99
# Note: when updating Python versions, also change .travis.yml and tox.ini
100
101
'Topic :: Database',
tox.ini
@@ -5,7 +5,7 @@
5
6
[tox]
7
# Note: when updating Python versions, also change setup.py and .travis.yml
8
-envlist = py27,py34,py35,py36,py37,py38,{py2,py3}-nosasltls,doc,py3-trace,coverage-report
+envlist = py27,py34,py35,py36,py37,py38,py39,{py2,py3}-nosasltls,doc,py3-trace,coverage-report
9
minver = 1.8
10
11
[testenv]
0 commit comments