Skip to content

Commit

Permalink
⏪ Revert "⬆️ Upgrade Python version and dependencies"
Browse files Browse the repository at this point in the history
This reverts commit ba35e3f.

Caused AWS Lambda to crash with following error:
Error: Runtime exited with error: signal: segmentation fault Runtime.ExitError
  • Loading branch information
jh0ker committed Nov 3, 2023
1 parent 5a1cde1 commit afc47b7
Show file tree
Hide file tree
Showing 4 changed files with 550 additions and 632 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
node-version: ["18.x"]
python-version: ["3.11"]
pipenv-version: ["2023.10.24"]
python-version: ["3.10"]
pipenv-version: ["2023.7.23"]

steps:
# Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ pipenv = "*"
colorama = "*"

[requires]
python_version = "3.11"
python_version = "3.10"
Loading

0 comments on commit afc47b7

Please sign in to comment.