Let's try with Python 3.8 instead of 3.9

This commit is contained in:
Morgan Funtowicz 2024-04-30 16:26:58 +02:00 committed by Nicolas Patry
parent f9786a29ba
commit 6c0b41c037
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: 3.9 python-version: 3.8
- name: Install Rust - name: Install Rust
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with: