From e1f7bd3b7106dacf5f817ba108b636106eb1fda0 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 7 Jul 2015 22:27:10 -0400 Subject: [PATCH] Updated tested versions of Python (2.7 and 3.4) in the future development section. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7f4283..cef1454 100644 --- a/README.md +++ b/README.md @@ -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). @@ -431,4 +431,4 @@ Feel free to contact me to discuss any issues, questions, or comments. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. + limitations under the License. \ No newline at end of file