Skip to content

Commit

Permalink
update python image to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Oct 12, 2023
1 parent 0fe273c commit 8e5d045
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion generator/Dockerfile.process-openapi
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM python:3.8
FROM python:3.9

RUN pip install pyyaml deepmerge inflection

0 comments on commit 8e5d045

Please sign in to comment.