diff --git a/.travis.yml b/.travis.yml index 9c08cf2..d838b6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ sudo: false language: python python: - - "3.3" - "3.4" - "3.5" - "3.6" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3747df8..ea1c5da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * new `asciinema cat ` command to dump full output of the recording * playback from new IPFS URL scheme: `dweb:/ipfs/` (replaces `fs:/`) * lots of other bugfixes and improvements +* Dropped official support for Python 3.3 (although it still works on 3.3) ## 1.4.0 (2017-04-11)