Skip to content

Commit b2a55df

Browse files
authored
Merge pull request #650 from jburel/update_python
Bump Python version
2 parents 552b639 + 1d609d2 commit b2a55df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish_pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on: push
55
jobs:
66
build-n-publish:
77
name: Build and publish Python distribution to PyPI
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: actions/setup-python@v4
11+
- uses: actions/setup-python@v5
1212
with:
13-
python-version: '3.9'
13+
python-version: '3.10'
1414
- name: Build a binary wheel and a source tarball
1515
run: |
1616
python -mpip install build

0 commit comments

Comments
 (0)