Skip to content

Commit c4c6d2d

Browse files
authored
upgrade to python 3.9.16 (#2208)
1 parent e84706b commit c4c6d2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v2
2020
- uses: actions/setup-python@v2
2121
with:
22-
python-version: 3.9.6
22+
python-version: 3.9.16
2323
- name: Cache Python dependencies
2424
uses: actions/cache@v2
2525
env:

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.6
1+
3.9.16

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.9.6
1+
python-3.9.16

0 commit comments

Comments
 (0)