File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ CI status
5151.. image :: https://secure.travis-ci.org/saghul/python-fibers.png?branch=master
5252 :target: http://travis-ci.org/saghul/python-fibers
5353
54+ .. image :: https://ci.appveyor.com/api/projects/status/9f4h0wk797i4vc0k?svg=true
55+ :target: https://ci.appveyor.com/project/saghul/python-fibers
56+
5457
5558Documentation
5659=============
@@ -92,12 +95,10 @@ Mac OSX:
9295 export ARCHFLAGS="-arch x86_64"
9396 ./build_inplace
9497
95- Microsoft Windows (with Visual Studio 2008):
98+ Microsoft Windows (with Visual Studio 2008 or 2010 ):
9699
97100::
98101
99- ./build_inplace
100- (or, with cmd.exe)
101102 python setup.py build_ext --inplace
102103
103104
@@ -137,7 +138,7 @@ they are not actively tested. CPython and PyPy are supported.
137138Supported architectures
138139=======================
139140
140- x86, x86-64 and ARM are supported.
141+ x86, x86-64, ARM and MIPS64 are supported.
141142
142143
143144Contributing
You can’t perform that action at this time.
0 commit comments