Skip to content

Commit dbd2ca3

Browse files
authored
Merge pull request #125 from transifex/update_ci_python_version
Update python version 3.7 at ci pipeline
2 parents b423bdf + 6eb945e commit dbd2ca3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ jobs:
103103
runs-on: ubuntu-latest
104104
steps:
105105
- uses: actions/checkout@v2
106-
- name: Set up Python 3.7
106+
- name: Set up Python 3.9
107107
uses: actions/setup-python@v1
108108
with:
109-
python-version: 3.7
109+
python-version: 3.9
110110
- name: Build source tarball
111111
run: python setup.py sdist
112112
- name: Publish package

0 commit comments

Comments
 (0)