sherjilozair / char-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
MIT License
2.64k stars 964 forks source link

TensorFlow no longer supports Python 3.3 #111

Closed hugovk closed 6 years ago

hugovk commented 6 years ago

https://github.com/tensorflow/tensorflow/blob/master/tensorflow/docs_src/install/install_linux.md#installing-with-native-pip

CPython 3.3 itself is no longer supported after this month:

https://en.wikipedia.org/wiki/CPython#Version_history

sherjilozair commented 6 years ago

Thanks @hugovk !