Skip to content

Commit 4d302df

Browse files
committed
Add explicit 3.6 support
1 parent d108f55 commit 4d302df

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
dist: xenial
33
language: python
44
python:
5+
- "3.6"
56
- "3.7"
67
script:
78
- python setup.py test

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ It is not the same as the Python Standard Library's struct (e.g., `import struct
88
Read the proposal:<br/>
99
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md
1010

11+
#### Supported Python Versions
12+
- `3.6`
13+
- `3.7`
14+
1115
## Install
1216
```bash
1317
pip install eip712-structs

0 commit comments

Comments
 (0)