1 min read

More and more Python interpreters

Python 3.3.0 beta 1, PyPy 1.9 and Jython 2.7 alpha 2 are now supported on ShiningPanda CI, the Hosted Continuous Integration Service dedicated to Python.

image

Trying them all is only one click away with our Linux & Windows pre-installed build environments!

Please note that for Python 3.3 you need to upgrade pip manually before you can install any package. If you are doing matrix builds you can simply add the following script before doing any pip install:

if [ "$PYTHON" = "CPython-3.3" ]
then
  git clone git://github.com/pypa/pip.git
  cd pip
  $PYTHON_EXE setup.py install
  cd ..
  rm -rf pip
fi

For special needs, ShiningPanda is also offering build and release management expertise, so if you have questions or if you are stuck with your internal build process do not hesitate to contact our service team!