Drop official support for Python 3.3

This commit is contained in:
Marcin Kulik
2018-02-06 19:52:31 +01:00
parent faced69c75
commit ae5ad09739
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,6 @@ sudo: false
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"

View File

@@ -14,6 +14,7 @@
* new `asciinema cat <filename>` 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)