-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for python 3.7 for 0.14.0 (#907)
* Initial: Bump python to 3.8 and rustc to 1.63.0 * CI: Testing new workflows * CI: Second Attempt * CI: Third attempt * CI: 4th Attempt * CI: Fifth attempt, skip cp37. * CI: Sixth attempt, restored rustc to 1.56.1 * Docs: Add release note * Chore: Remove comments on main workflow * Update releasenotes/notes/drop-python-3.7-c71f8b6559beaf86.yaml * Remove Python3.7 from mergify config --------- Co-authored-by: Matthew Treinish <[email protected]>
- Loading branch information
Showing
5 changed files
with
20 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
upgrade: | ||
- | | ||
The minimum required Python version was raised to Python 3.8. | ||
To use rustworkx, please ensure you are using Python >= 3.8. |
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