From 71cecfe5f7fd3a7a8d16e1b40398659b556595cb Mon Sep 17 00:00:00 2001 From: cheginit Date: Tue, 14 Jun 2022 00:16:52 -0500 Subject: [PATCH] DOC: Update the changelog [skip ci] --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 92cbca6..1aa0d55 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,7 +8,7 @@ History Breaking Changes ~~~~~~~~~~~~~~~~ - Set the minimum supported version of Python to 3.8 since many of the - dependencies such as `xarray`, `pandas`, `rioxarray` have dropped support + dependencies such as ``xarray``, ``pandas``, ``rioxarray`` have dropped support for Python 3.7. Internal Changes