Skip to content

Commit

Permalink
Document python version changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ast0815 committed Nov 22, 2023
1 parent d3294d1 commit 7e0f552
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing
### Removed
- Support for Python 3.7, as it is beyond its lifetime

### Added
- Support for Python 3.12.

## [0.8.0] - 2023-06-05

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can also specify which Python version to use by providing the respective
``virtualenv`` argument to ``setup.sh``, e.g. ``. setup.sh -p python3``. You
might need to install additional system libraries to compile all packages.

ReMU requires Python >=3.7.
ReMU requires Python >=3.8.

Installing official releases with ``pip``
-----------------------------------------
Expand Down

0 comments on commit 7e0f552

Please sign in to comment.