added 3.9 to pythonpackage

This commit is contained in:
Will McGugan 2020-10-09 14:59:19 +01:00
parent c9db52d880
commit 2f8a42442f
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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