Skip to content

Commit cf551f4

Browse files
authored
Merge pull request #10 from strictdoc-project/py3
Enable Python 3.9
2 parents 6cd5444 + 3b64b53 commit cf551f4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ branches:
44
only:
55
- master
66
python:
7-
- 3.4
87
- 3.5
98
- 3.6
109
- 3.7
1110
- 3.8
12-
- "pypy"
11+
- 3.9
1312
- "pypy3"
1413
env:
1514
global:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ def read(fname):
3030
'Operating System :: OS Independent',
3131
'Programming Language :: Python',
3232
'Programming Language :: Python :: 3',
33-
'Programming Language :: Python :: 3.4',
3433
'Programming Language :: Python :: 3.5',
3534
'Programming Language :: Python :: 3.6',
3635
'Programming Language :: Python :: 3.7',
3736
'Programming Language :: Python :: 3.8',
37+
'Programming Language :: Python :: 3.9',
3838
],
3939
test_suite='tests',
4040
)

0 commit comments

Comments
 (0)