Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
drop Python 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
David Huser committed Oct 18, 2020
1 parent fbaf45a commit 6d4a399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A Python library for `DHIS2 <https://dhis2.org>`_ wrapping `requests <http://doc
for **general-purpose API interaction** with DHIS2. It attempts to be **useful for any data/metadata import and export tasks**
including various utilities like file loading, UID generation and logging. A strong focus is on JSON.

Supported and tested on Linux/macOS, Windows and DHIS2 versions >= 2.25. Python 3.5+ is required.
Supported and tested on Linux/macOS, Windows and DHIS2 versions >= 2.25. Python 3.6+ is required.

.. contents::
.. section-numbering::
Expand All @@ -16,7 +16,7 @@ Supported and tested on Linux/macOS, Windows and DHIS2 versions >= 2.25. Python
Installation
=============

Python 3.5+ is required.
Python 3.6+ is required.

.. code:: bash
Expand Down

0 comments on commit 6d4a399

Please sign in to comment.