Skip to content

Commit 3e45e55

Browse files
committed
update python due to package compatibility issue
1 parent 1148230 commit 3e45e55

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ jobs:
8787
steps:
8888
- uses: actions/checkout@v4
8989

90-
- name: Set up Python 3.9
90+
- name: Set up Python 3.11
9191
uses: actions/setup-python@v4
9292
with:
93-
python-version: '3.9'
93+
python-version: '3.11'
9494

9595
- name: Set up Node.js 18.x
9696
uses: actions/setup-node@v4

schema-conversion-orchestrator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim
1+
FROM python:3.11-slim
22

33
# Install Node.js and Java
44
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)