Skip to content

Commit

Permalink
Scripts: Change scripts dependency to python 3.8.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
realazthat committed Aug 13, 2024
1 parent 272944c commit ab0e63c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/README.remotified.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ This project is licensed under the MIT License - see the

- Requires `pyenv`, or an exact matching version of python as in
[scripts/.python-version](https://github.com/realazthat/excalidraw-brute-export-cli/blob/v0.3.1/scripts/.python-version) (which is currently
`3.8.0 `).
`3.8.18 `).
- `jq`, ([installation](https://jqlang.github.io/jq/)) required for
[yq](https://github.com/kislyuk/yq), which is itself required for our
[./README.md](https://github.com/realazthat/excalidraw-brute-export-cli/blob/v0.3.1/README.md) generation, which uses `tomlq` (from the
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8.0
python-version: 3.8.18
- name: Get Dependencies
run: |
sudo apt-get update && sudo apt-get install -y jq
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ This project is licensed under the MIT License - see the
- Requires `pyenv`, or an exact matching version of python as in
[scripts/.python-version](scripts/.python-version) (which is currently
`3.8.0
`3.8.18
`).
- `jq`, ([installation](https://jqlang.github.io/jq/)) required for
[yq](https://github.com/kislyuk/yq), which is itself required for our
Expand Down
2 changes: 1 addition & 1 deletion scripts/.python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.0
3.8.18

0 comments on commit ab0e63c

Please sign in to comment.