From 3dc207cd715845e3b28c6f23a268e4551887a52c Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Fri, 28 Oct 2022 14:54:30 +0200 Subject: [PATCH] Changelog: Remove dropping Python 3.8 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a07e9bb40..942305fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ This release adds a new algorithm for [output space exploration](https://emawork With this new release, the installation process has been improved by reducing the number of required dependencies. Recommended packages and connectors can now be installed as _extras_ using pip, for example `pip install -U ema-workbench[recommended,netlogo]`. See the [updated installation instructions](https://emaworkbench.readthedocs.io/en/latest/getting_started/installation.html) for all options and details. -The 2.3.x release series support Python 3.8 to 3.11 and is the last series that support Python 3.8. It can be installed as usual via PyPI, with: +The 2.3.x release series supports Python 3.8 to 3.11. It can be installed as usual via PyPI, with: ``` pip install --upgrade ema-workbench ```