aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-03-10 17:55:48 +0000
committerGravatar Joe Banks <[email protected]>2021-03-10 17:55:48 +0000
commit6d2327eb092aa8ec2580192f587292474d4aef64 (patch)
tree691a561b988b74fac26a7869a9ee3da05c000e57
parentAlter linting workflow (diff)
Bump lint workflow to py3.9
-rw-r--r--.github/workflows/lint.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml
index 4f7d775a..3c82a0f2 100644
--- a/.github/workflows/lint.yaml
+++ b/.github/workflows/lint.yaml
@@ -32,7 +32,7 @@ jobs:
id: python
uses: actions/setup-python@v2
with:
- python-version: '3.8'
+ python-version: '3.9'
# This step caches our Python dependencies. To make sure we
# only restore a cache when the dependencies, the python version,