Skip to content

Commit

Permalink
perf($Python): upgrade Python to 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Nov 5, 2022
1 parent 54d602e commit d313dc8
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 161 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.10.6"
python-version: "3.11.0"
architecture: x64
# https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages
cache: "pipenv"
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ verify_ssl = true

[requires]
# https://docs.python.org/3/whatsnew/3.10.html
python_version = "3.10"
python_version = "3.11"

[packages]
# Foundamental dependencies
Expand Down
Loading

0 comments on commit d313dc8

Please sign in to comment.