Kaynağa Gözat

Update notes for verified python versions

Matthew Wang 11 yıl önce
ebeveyn
işleme
761a59da40
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      README.rst

+ 2
- 2
README.rst Dosyayı Görüntüle

113
 Notes
113
 Notes
114
 -----
114
 -----
115
 
115
 
116
-- Works with python >= 2.5.0 (subprocess.Popen seems not working with PIPE in
117
-  2.4.3, maybe you can fix it)
116
+- Verified on `travis <https://travis-ci.org/ymattw/cdiff>`_ with python 2.5,
117
+  2.6, 2.7, 3.2, 3.3 and pypy
118
 - Only takes unified diff for input
118
 - Only takes unified diff for input
119
 - Side by side mode has alignment problem for wide chars
119
 - Side by side mode has alignment problem for wide chars
120
 - Pull requests are very welcome (please run ``make test`` to verify)
120
 - Pull requests are very welcome (please run ``make test`` to verify)