mirror of https://github.com/Textualize/rich.git
added 3.9 to pythonpackage
This commit is contained in:
parent
c9db52d880
commit
2f8a42442f
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
|
||||
- Added legacy_windows to ConsoleOptions
|
||||
- Added ascii_only to ConsoleOptions
|
||||
- Addded box.SQUARE_DOUBLE_HEAD
|
||||
|
||||
### Changed
|
||||
|
|
Loading…
Reference in New Issue