Skip to content

Commit bf030e5

Browse files
authored
Update Python version in GitHub Actions workflow
1 parent 8e47d9f commit bf030e5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow will install Python dependencies, run tests and lint with a single version of Python
1+
# This workflow installs Python dependencies, runs tests and lints with a single version of Python
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

44
name: microbiorust-py python tests
@@ -23,11 +23,12 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v4
26-
- name: Set up Python 3.10
27-
uses: actions/setup-python@v3
26+
- name: Set up Python 3.12
27+
uses: actions/setup-python@v5
2828
with:
29-
python-version: "3.10"
29+
python-version: "3.12"
3030
cache: 'pip'
31+
cache-dependency-path: 'microbiorust-py/pyproject.toml'
3132

3233
- name: Set up Rust
3334
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)