We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cd5444 + 3b64b53 commit cf551f4Copy full SHA for cf551f4
2 files changed
.travis.yml
@@ -4,12 +4,11 @@ branches:
4
only:
5
- master
6
python:
7
- - 3.4
8
- 3.5
9
- 3.6
10
- 3.7
11
- 3.8
12
- - "pypy"
+ - 3.9
13
- "pypy3"
14
env:
15
global:
setup.py
@@ -30,11 +30,11 @@ def read(fname):
30
'Operating System :: OS Independent',
31
'Programming Language :: Python',
32
'Programming Language :: Python :: 3',
33
- 'Programming Language :: Python :: 3.4',
34
'Programming Language :: Python :: 3.5',
35
'Programming Language :: Python :: 3.6',
36
'Programming Language :: Python :: 3.7',
37
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
38
],
39
test_suite='tests',
40
)
0 commit comments