mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-31 23:32:35 +01:00
Python 3.3 is not supported.
This commit is contained in:
parent
d70138bf23
commit
71e50278c8
@ -3,7 +3,6 @@ python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "pypy"
|
||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||
install:
|
||||
|
@ -6,6 +6,9 @@ Master branch: [![Build Status (master branch)](https://travis-ci.org/ProgVal/Li
|
||||
|
||||
Testing branch: [![Build Status (testing branch)](https://travis-ci.org/ProgVal/Limnoria.png?branch=testing)](https://travis-ci.org/ProgVal/Limnoria)
|
||||
|
||||
Limnoria is tested with Python 2.6, 2.7, 3.2, and Pypy. Python 2.5 is not supported.
|
||||
Python 3.3 is not fully supported because of a [bug in Python](http://bugs.python.org/issue17856)
|
||||
|
||||
# EVERYONE:
|
||||
|
||||
Read [LICENSE]. It's a 3-clause BSD license, but you should read it
|
||||
|
Loading…
Reference in New Issue
Block a user