mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Drop official support for Python 3.3
This commit is contained in:
@@ -2,7 +2,6 @@ sudo: false
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.3"
|
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
* new `asciinema cat <filename>` command to dump full output of the recording
|
* new `asciinema cat <filename>` command to dump full output of the recording
|
||||||
* playback from new IPFS URL scheme: `dweb:/ipfs/` (replaces `fs:/`)
|
* playback from new IPFS URL scheme: `dweb:/ipfs/` (replaces `fs:/`)
|
||||||
* lots of other bugfixes and improvements
|
* 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)
|
## 1.4.0 (2017-04-11)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user