We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdb44f commit 5350377Copy full SHA for 5350377
README.md
@@ -2,13 +2,18 @@
2
[](https://coveralls.io/r/asottile/setuptools-golang)
3
4
setuptools-golang
5
-===================
+=================
6
7
A setuptools extension for building cpython extensions written in golang.
8
9
## Requirements
10
11
-This requires golang >= 1.5 to be installed on your system.
+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.
17
18
## Usage
19
0 commit comments