Skip to content

Commit

Permalink
upgrade python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ohnorobo committed Aug 28, 2023
1 parent 7a18798 commit 272884f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# 3.8 (not 3.9) is required for apache beam
FROM python:3.8-buster
FROM python:3.9-buster

# Allow statements and log messages to immediately appear in the Knative logs
ENV PYTHONUNBUFFERED True
Expand Down

0 comments on commit 272884f

Please sign in to comment.