Skip to content

Commit 5350377

Browse files
committed
Update README
1 parent 4cdb44f commit 5350377

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
[![Coverage Status](https://img.shields.io/coveralls/asottile/setuptools-golang.svg?branch=master)](https://coveralls.io/r/asottile/setuptools-golang)
33

44
setuptools-golang
5-
===================
5+
=================
66

77
A setuptools extension for building cpython extensions written in golang.
88

99
## Requirements
1010

11-
This requires golang >= 1.5 to be installed on your system.
11+
This requires golang >= 1.5. It is currently tested against 1.5 and 1.6.
12+
13+
This requires python >= 2.7. It is currently tested against 2.7, 3.4, 3.5,
14+
and pypy.
15+
16+
It is incompatible with pypy3 (for now) due to a lack of c-api.
1217

1318
## Usage
1419

0 commit comments

Comments
 (0)