Skip to content

Commit

Permalink
Update Python version for Github actions to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
uwefladrich committed Oct 24, 2024
1 parent 009e57e commit 24094cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.12"
-
name: Install pypa/build
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.12"
-
name: Install flake8
run: |
Expand Down Expand Up @@ -106,14 +106,14 @@ jobs:
name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.12"
-
name: Install miniconda
uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: latest
environment-file: conda_environment.yml
python-version: "3.9"
python-version: "3.12"
-
name: Install se-t-ece from source
run: |
Expand Down

0 comments on commit 24094cc

Please sign in to comment.