Skip to content

Commit 7d765c9

Browse files
committed
docs: change some last 3.6 references to 3.7 with dropping of 3.6.
1 parent 1fa433d commit 7d765c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/features.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
1818
``python demo.py`` or `a Docker container`_ in under 5 minutes.
1919
- Choose from `five included templates`_ for your tracker.
2020
- `Customize`_ and use the demo as a template for your production tracker.
21-
- No need for additional support software, just Python (3.6+ or 2.7)
21+
- No need for additional support software, just Python (3.7+ or 2.7)
2222
to get started.
2323
- Basic installation (including a web interface) takes about 30 minutes.
2424
- Supports embedded databases like `SQLite`_ and dbm. Upgradable

doc/rest.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ The rest interface returns status 406 if you use an unrecognized
375375
extension. You will also get a 406 status if none of the entries in
376376
the accept header are available or if the accept header is invalid.
377377

378-
Note: ``dicttoxml2.py`` is an updated version of ``dicttoxml.py``. If
379-
you are still using Python 2.7 or 3.6, you can use ``dicttoxml.py``.
378+
Note: ``dicttoxml2.py`` is an updated version of ``dicttoxml.py`` and
379+
should be used for Roundup running on Python 3.7 or newer.
380380

381381
Also the ``/binary_content`` attribute endpoint can be used to
382382
retrieve raw file data in many formats.

0 commit comments

Comments
 (0)