Skip to content

Commit

Permalink
Changelog: Remove dropping Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored Oct 28, 2022
1 parent a12c819 commit 3dc207c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 3dc207c

Please sign in to comment.