Skip to content

Commit

Permalink
Fix Travis build for Py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
etingof committed Jul 26, 2018
1 parent 23408ab commit 3066438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ matrix:
python: '3.7'
- os: linux
dist: xenial
sudo: false
sudo: true
python: 'nightly'
- os: linux
dist: xenial
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Revision 0.4.4, released 26-07-2018

- Fixed native encoder type map to include all ASN.1 types
rather than just ambiguous ones
- Fixed crash in `.prettyPrint` of `Sequence` and `Set` occuring
- Fixed crash in `.prettyPrint` of `Sequence` and `Set` occurring
at OPTIONAL components

Revision 0.4.3, released 23-05-2018
Expand Down

0 comments on commit 3066438

Please sign in to comment.