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
python:
- 3.6
- 3.5
- 3.4
- 2.7
- pypy
- pypy3
- 3.6-dev
- 3.7-dev
- nightly
matrix:
allow_failures:
- python: pypy3
- python: nightly
- python: 3.6-dev
- python: 3.7-dev
addons:
apt:

View File

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