nficano commited on
Commit
a5fdcfa
·
1 Parent(s): bc353a5

updated compat dependancies

Browse files
Files changed (2) hide show
  1. .travis.yml +4 -1
  2. setup.py +1 -0
.travis.yml CHANGED
@@ -4,10 +4,13 @@ cache:
4
  - pip
5
  python:
6
  - "2.7"
 
7
  - "3.4"
8
  - "3.5"
 
9
  - "3.6"
10
- - "3.7-dev"
 
11
  install: "make"
12
  script:
13
  - make ci
 
4
  - pip
5
  python:
6
  - "2.7"
7
+ - "3.3"
8
  - "3.4"
9
  - "3.5"
10
+ - "3.5-dev" # 3.5 development branch
11
  - "3.6"
12
+ - "3.6-dev" # 3.6 development branch
13
+ - "3.7-dev" # 3.7 development branch
14
  install: "make"
15
  script:
16
  - make ci
setup.py CHANGED
@@ -39,6 +39,7 @@ setup(
39
  'Programming Language :: Python :: 3.4',
40
  'Programming Language :: Python :: 3.5',
41
  'Programming Language :: Python :: 3.6',
 
42
  'Programming Language :: Python',
43
  'Topic :: Internet',
44
  'Topic :: Multimedia :: Video',
 
39
  'Programming Language :: Python :: 3.4',
40
  'Programming Language :: Python :: 3.5',
41
  'Programming Language :: Python :: 3.6',
42
+ 'Programming Language :: Python :: 3.7',
43
  'Programming Language :: Python',
44
  'Topic :: Internet',
45
  'Topic :: Multimedia :: Video',