Skip to content

Commit

Permalink
⬆️ Upgrade Python and Pipenv versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed Nov 3, 2023
1 parent afc47b7 commit c30f818
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.10"]
pipenv-version: ["2023.7.23"]
python-version: ["3.11"]
pipenv-version: ["2023.10.24"]

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.10"
python_version = "3.11"
2 changes: 1 addition & 1 deletion serverless.part.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ resources:
provider:
name: aws
region: eu-central-1
runtime: python3.10
runtime: python3.11
stage: ${self:custom.stage}
tags:
PRODUCT: ${self:service}
Expand Down

0 comments on commit c30f818

Please sign in to comment.