aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authormmstanone2021-12-14 15:47:01 +0100
committermmstanone2021-12-14 15:47:01 +0100
commitfda5b61c23ae6617d4eb2b197d588db4ae7bcc77 (patch)
treea44341d267623804282721d409530790ba0e613b /.github/workflows
parent77d8455c064e19730ce2c517fe945eb53b5665bb (diff)
downloadsec-certs-fda5b61c23ae6617d4eb2b197d588db4ae7bcc77.tar.gz
sec-certs-fda5b61c23ae6617d4eb2b197d588db4ae7bcc77.tar.zst
sec-certs-fda5b61c23ae6617d4eb2b197d588db4ae7bcc77.zip
StrPath with python3.9
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/mypy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml
index c365b628..36171466 100644
--- a/.github/workflows/mypy.yml
+++ b/.github/workflows/mypy.yml
@@ -8,7 +8,7 @@ jobs:
- name : Setup python
uses: actions/setup-python@v2
with:
- python-version: '3.8'
+ python-version: '3.9'
- name: Install python dependencies
run: pip install -r requirements.txt
- name: Install mypy and types