diff options
| author | mmstanone | 2021-12-14 15:47:01 +0100 |
|---|---|---|
| committer | mmstanone | 2021-12-14 15:47:01 +0100 |
| commit | fda5b61c23ae6617d4eb2b197d588db4ae7bcc77 (patch) | |
| tree | a44341d267623804282721d409530790ba0e613b /.github/workflows | |
| parent | 77d8455c064e19730ce2c517fe945eb53b5665bb (diff) | |
| download | sec-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.yml | 2 |
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 |
