diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-07-22 01:23:32 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-07-22 01:23:32 +0000 |
| commit | feb315bba0968895f0ccf33c62b48281c70f18fc (patch) | |
| tree | 6039dd1bef42db107b1ecd45995eebf899ee8ded | |
| parent | b9bb309da8c8235958af150182d65ce84ccd51c0 (diff) | |
| download | docutils-feb315bba0968895f0ccf33c62b48281c70f18fc.tar.gz | |
Fix: compatible with 3.7
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8277 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/README.txt b/docutils/README.txt index 7ff9678da..b33f0d2da 100644 --- a/docutils/README.txt +++ b/docutils/README.txt @@ -104,7 +104,7 @@ Requirements To run the code, Python_ must be installed. Docutils is compatible with Python versions 2.6, 2.7, and -versions 3.3 to 3.5 (cf. `Python 3 compatibility`_). +versions 3.3 to 3.7 (cf. `Python 3 compatibility`_). Docutils uses the following packages for enhanced functionality, if they are installed: |
