Skip to content

Commit

Permalink
Restrict python version to 3.12.4
Browse files Browse the repository at this point in the history
Python 3.12.5 is resulting in a documentation build failure due to
compatability issues with mkdocstrings. Once a fix has been released, we
will un-restrict the version.
  • Loading branch information
Javagedes committed Aug 28, 2024
1 parent d5b6e4c commit 1f32db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/VariableProducer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
value: ${{ jobs.produce.outputs.node-versions }}

env:
pythonversions: "['3.12', '3.11', '3.10']" # Keep Python Versions in descending order
pythonversions: "['3.12.4', '3.11', '3.10']" # Keep Python Versions in descending order
nodeversions: "['19']"

jobs:
Expand Down

0 comments on commit 1f32db8

Please sign in to comment.