Skip to content

Commit 3b7b0fa

Browse files
authored
Merge pull request #69 from gojek/fix/upgrade_python_version
upgrade python to 3.10
2 parents 7db8baa + dbd7ab5 commit 3b7b0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump_pod_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: setup python
2424
uses: actions/setup-python@v4
2525
with:
26-
python-version: '3.9.6'
26+
python-version: '3.10'
2727

2828
- name: version bump
2929
run: python3 auto_version_bump.py

0 commit comments

Comments
 (0)