Skip to content

Commit

Permalink
* Bump minimum required Python version from 3.5 to 3.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Mar 15, 2017
1 parent bdcb391 commit e165300
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ A collection of utility modules commonly shared throughout Sorna projects, such

* Package namespaces: `sorna.proto`, `sorna`
* https://github.com/lablup/sorna-common

### Sorna Client

A client library to access the Sorna API servers with ease.
Expand All @@ -59,7 +59,7 @@ A front-end and kernel-side support libraries for multi-media (e.g., animated ve
Installation
------------

The Sorna project uses latest features in Python 3.5+ and docker.
The Sorna project uses latest features in Python 3.6+ and docker.
We highly recommend to use [pyenv](https://github.com/yyuu/pyenv) to use an
isolated setup with custom Python versions that might not be supported by your

Expand All @@ -76,4 +76,3 @@ Development

The sorna repositories use [git flow](http://danielkummer.github.io/git-flow-cheatsheet/index.html) to streamline branching during development and deployment.
We use the default configuration (master -> preparation for release, develop -> main development, feature/ -> features, etc.) as-is.

0 comments on commit e165300

Please sign in to comment.