-
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 patch versions to 3.11.8 and 3.12.2
Changes to argparse in Python 3.11.9 and 3.12.3 (as well as 3.13.0a5) causes problems for argcomplete. This causes the Bygg completion functionality to not work and the relevant tests to fail. For now, lock the Python versions to 3.11.8 and 3.12.2 in the code quality workflow, for Nox and in .tool-versions. Workaround for #138.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 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 +1 @@ | ||
python 3.12 3.11 | ||
python 3.12.2 3.11.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