Skip to content

Commit

Permalink
⬆️ Upgrade Python version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed Nov 3, 2023
1 parent 6e15f24 commit ba35e3f
Show file tree
Hide file tree
Showing 4 changed files with 632 additions and 550 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"
Loading

0 comments on commit ba35e3f

Please sign in to comment.