Skip to content

Commit

Permalink
Merge pull request #2567 from davep/drop-python36
Browse files Browse the repository at this point in the history
Drop Python 3.6 as the minimum-supported Python version
  • Loading branch information
davep committed Oct 11, 2022
2 parents 42988b8 + 4d084d5 commit 234d1ea
Show file tree
Hide file tree
Showing 9 changed files with 697 additions and 609 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
defaults:
run:
shell: bash
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [13.0.0] - Unreleased

### Changed

- Bumped minimum Python version to 3.7 https://github.com/Textualize/rich/pull/2567

## [12.6.0] - 2022-10-02

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ See what [people are saying about Rich](https://www.willmcgugan.com/blog/pages/p

## Compatibility

Rich works with Linux, OSX, and Windows. True color / emoji works with new Windows Terminal, classic terminal is limited to 16 colors. Rich requires Python 3.6.3 or later.
Rich works with Linux, OSX, and Windows. True color / emoji works with new Windows Terminal, classic terminal is limited to 16 colors. Rich requires Python 3.7 or later.

Rich works with [Jupyter notebooks](https://jupyter.org/) with no additional configuration required.

Expand Down

0 comments on commit 234d1ea

Please sign in to comment.