Skip to content

Commit 896e289

Browse files
committed
Standardize on Python 3.9 per the user manual
1 parent 2401e86 commit 896e289

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

.github/actions/action.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/verify-standard-library-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
uses: actions/checkout@v2
4646

4747
- name: Setup Python 3
48-
uses: actions/setup-python@v2
48+
uses: actions/setup-python@v4
4949
with:
50-
python-version: "3.x"
50+
python-version: "3.9"
5151

5252
- name: Cache CodeQL
5353
id: cache-codeql

0 commit comments

Comments
 (0)