Updated tested versions of Python (2.7 and 3.4) in the future development section.

This commit is contained in:
Donne Martin 2015-07-07 22:27:10 -04:00
parent bec8734aa8
commit e1f7bd3b71

View File

@ -68,7 +68,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
Challenges, solutions, and unit tests are presented in the form of **IPython/Jupyter Notebooks**.
* Notebooks currently contain mostly Python solutions, but can be extended to include [44 supported languages](https://github.com/ipython/ipython/wiki/IPython-kernels-for-other-languages)
* Notebooks currently contain mostly Python solutions (tested on both Python 2.7 and Python 3.4), but can be extended to include [44 supported languages](https://github.com/ipython/ipython/wiki/IPython-kernels-for-other-languages)
* Repo will be **continually updated** with new solutions and challenges
* Contributions are welcome! See the [Contributing Guidelines](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md).