Skip to content

Commit

Permalink
Merge branch 'py36' into fix_556
Browse files Browse the repository at this point in the history
  • Loading branch information
geier committed Jan 25, 2017
2 parents 9068104 + c58f97a commit a10f958
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- 3.3
- 3.4
- 3.5
- 3.6

env:
- BUILD=tests
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ released 2017-01-25
were treated as if they were in the system's local time, not as if they are in
the (possibly) configured default_timezone.

* python 3.6 is now officially supported

0.9.0
=====
released 2017-01-24
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Utilities",
"Topic :: Communications",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py33, py34, py35}-{tests, tests-negtz, style}
envlist = {py33, py34, py35, py36}-{tests, tests-negtz, style}
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit a10f958

Please sign in to comment.