diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-06-30 11:52:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-30 11:52:52 +0200 |
| commit | 7c06dee44ac7951a5db406eb829100a5bc3e5887 (patch) | |
| tree | 7cdb0c2eb21edc92dec83499eaef7b58d82e6c75 /.github | |
| parent | 1bf8cee56c263409dce0ebe8618a54b1cd8da149 (diff) | |
Linux: update to python 3.9 (#3029)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77fd2f55..ac31654a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: submodules: recursive - uses: actions/setup-python@v5 with: - python-version: '3.8.x' + python-version: '3.9.x' - uses: actions/setup-node@v4 with: node-version: 20 @@ -57,7 +57,7 @@ jobs: python -m pip install pycairo python -m pip install PyGObject - python -m pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/wxPython-4.2.1-cp38-cp38-linux_x86_64.whl + python -m pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/wxPython-4.2.1-cp39-cp39-linux_x86_64.whl python -m pip install -r requirements.txt # for networkx |
