Skip to content

Commit

Permalink
feat(python): upgrade Python version from 3.7 to 3.12 in GitHub actio…
Browse files Browse the repository at this point in the history
…ns, .tool-versions, and Pipfile to leverage latest language features and improvements
  • Loading branch information
benjefferies committed Nov 29, 2023
1 parent 7467b4b commit 791ac4b
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: [3.7]
python-version: [3.10, 3.11, 3.12]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python 3.7.17
python 3.12.0
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ configargparse = "*"
github3-py = {git = "https://github.com/sigmavirus24/github3.py"}

[requires]
python_version = "3.7"
python_version = "3.12"
213 changes: 79 additions & 134 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 791ac4b

Please sign in to comment.