-
Notifications
You must be signed in to change notification settings - Fork 399
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Add Python 3.10 and 3.11, update actions, run on pushes and manually
A bit of CI maintenance: - Add Python 3.10 and 3.11 runs, and update the PyPy run to PyPy 3.9 - Removed Python 3.7 as it is deprecated - Update the used actions (checkout and setup-python) to the latest versions - Also run on pushes, when manually triggered (workflow_dispatch) The original PR was done by @EwoutH at #334
- Loading branch information
1 parent
3c786e3
commit c0d0c90
Showing
4 changed files
with
15 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
wheel==0.23.0 | ||
Yarg==0.1.9 | ||
docopt==0.6.2 | ||
docopt==0.6.2 |
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