Skip to content

Commit

Permalink
Pin newer python versions to specific patch version
Browse files Browse the repository at this point in the history
This fixes CI breakage on Python 3.11 and Python 3.12 with error
"bad interpreter: No such file or directory"

Internal-tag: [#52487]
Signed-off-by: Krzysztof Obłonczek <[email protected]>
  • Loading branch information
koblonczek committed Feb 14, 2024
1 parent f5a40ed commit b687513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11.7", "3.12.1"]

env:
DEBIAN_FRONTEND: noninteractive
Expand Down

0 comments on commit b687513

Please sign in to comment.