-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46b474c
commit 6ab91ec
Showing
7 changed files
with
40 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
## Build package with Python 3.8 | ||
## Build package with Python 3.9 | ||
<!-- | ||
type: bugfix | ||
scope: all | ||
affected: all | ||
--> | ||
|
||
- to be compatible as speficied in `pyproject.toml` classifier list | ||
- add Python matrix to test workflow with Python versions `['3.8', '3.9', '3.10', '3.11']` | ||
- add Python matrix to test workflow with Python versions `['3.9', '3.10', '3.11']` | ||
- use `actions/checkout` with version `v4` | ||
- use Python 3.8 compatible typing, replace `|` with `Union` | ||
- use Python 3.9 compatible typing | ||
- replace `|` with `Union` | ||
- use `List` instead of `list` for typing | ||
- use `Dict` instead of `dict` for typing |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters