Skip to content

Commit ded7d47

Browse files
authored
feat: Update pandas and the datawrangling python version
2 parents c84dab6 + 384c5a0 commit ded7d47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-datawrangling.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
- uses: actions/checkout@v2
4444

4545
- name: Set up Python 🐍
46-
uses: actions/setup-python@v1
46+
uses: actions/setup-python@v5
4747
with:
48-
python-version: 3.9
48+
python-version: '3.10'
4949
- name: Install workflow dependencies 📦
5050
run: |
5151
sudo apt-get update
@@ -67,7 +67,7 @@ jobs:
6767
--layer-name "common-python-libraries-datawrangling" \
6868
--description "Common python libraries" \
6969
--zip-file fileb://dependencies.zip \
70-
--compatible-runtimes python3.6 python3.7 python3.8 python3.9)
70+
--compatible-runtimes python3.8 python3.9 python3.10)
7171
7272
LAYER_VERSION=$(jq '.Version' <<< "$result")
7373
LAYER_VERSION_ARN=$(jq '.LayerVersionArn' <<< "$result")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pandas==1.4.2
1+
pandas==2.2.2

0 commit comments

Comments
 (0)