Skip to content

Commit

Permalink
Bump Python on CI to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Oct 14, 2024
1 parent ce62a1c commit 08c130d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel setuptools
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
args: --all

- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.9"

- name: Install Python dependencies
run: |
Expand Down Expand Up @@ -121,9 +121,9 @@ jobs:
run: cargo run --no-default-features -- --version

- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.9"
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip wheel setuptools
Expand Down

0 comments on commit 08c130d

Please sign in to comment.