Skip to content

Commit

Permalink
upgrade to python 3.9.16 (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Dec 8, 2022
1 parent e84706b commit c4c6d2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9.6
python-version: 3.9.16
- name: Cache Python dependencies
uses: actions/cache@v2
env:
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.6
3.9.16
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.9.6
python-3.9.16

0 comments on commit c4c6d2d

Please sign in to comment.