python 3.6 is out now

This commit is contained in:
Noah Levitt 2017-01-23 13:53:01 -08:00
parent 884aa45066
commit 907e519af0
2 changed files with 4 additions and 3 deletions

View File

@ -1,18 +1,19 @@
language: python language: python
python: python:
- 3.6
- 3.5 - 3.5
- 3.4 - 3.4
- 2.7 - 2.7
- pypy - pypy
- pypy3 - pypy3
- 3.6-dev - 3.7-dev
- nightly - nightly
matrix: matrix:
allow_failures: allow_failures:
- python: pypy3 - python: pypy3
- python: nightly - python: nightly
- python: 3.6-dev - python: 3.7-dev
addons: addons:
apt: apt:

View File

@ -51,7 +51,7 @@ except:
setuptools.setup( setuptools.setup(
name='warcprox', name='warcprox',
version='2.0b3.dev43', version='2.0b3.dev44',
description='WARC writing MITM HTTP/S proxy', description='WARC writing MITM HTTP/S proxy',
url='https://github.com/internetarchive/warcprox', url='https://github.com/internetarchive/warcprox',
author='Noah Levitt', author='Noah Levitt',