Selaa lähdekoodia

Update note about Python3 support.

Jelmer Vernooij 10 vuotta sitten
vanhempi
commit
dcac2fcc3b
1 muutettua tiedostoa jossa 5 lisäystä ja 8 poistoa
  1. 5 8
      README.md

+ 5 - 8
README.md

@@ -43,11 +43,8 @@ Help
 There is a #dulwich IRC channel on Freenode, and a dulwich mailing list at
 https://launchpad.net/~dulwich-users.
 
-Python3
--------
-
-The process of porting to Python3 is ongoing. At the moment most of Dulwich runs
-on Python3, with the exception of some of ``dulwich.patch`` and some of
-the C git compatibility tetsts. Relevant tests are currently being skipped on
-Python 3, and the full testsuite passing is *not* an indication that the port
-is complete.
+Supported versions of Python
+----------------------------
+
+At the moment, Dulwich supports (and is tested on) CPython 2.6, 2.7, 3.4, 3.5 and Pypy.
+The ``dulwich.web`` module is currently broken on Python 3 (issue #295).