-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lock Python versions down to patch versions 3.11.9 and 3.12.3 for mise and the code_quality GitHub workflow. Have nox use versions locked to minor versions 3.11 and 3.12 in noxfile.py so that it will use the latest matching version that is installed. In the code_quality workflow, run nox with the explicit Python versions defined in the workflow. Closes #138.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
python_compile = true | ||
|
||
[tools] | ||
python = ["3.12.2", "3.11.8"] | ||
python = ["3.12.3", "3.11.9"] |
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