From f068c0e16abb01bb59dd0a0a5677c1cafd8208ce Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 14 Nov 2019 23:11:43 +0200 Subject: [PATCH] CHANGELOG.md: Use Python 3.8.0 for pipenv --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1706d1f..230ab98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update python dependencies to latest versions, including numpy 1.17.4, pandas 0.25.3, flake8 3.7.9, pytest 5.2.2, and black 19.10b0 +### Changed +- Use Python 3.8.0 for pipenv + ## [0.3.1] - 2019-10-01 ## Changed - Replace non-breaking spaces (U+00A0) with space instead of removing them