diff options
| author | 2022-07-25 22:00:42 +0100 | |
|---|---|---|
| committer | 2022-07-27 18:19:15 +0100 | |
| commit | a5e97cab08b31918a3d3865d9697b442c913261a (patch) | |
| tree | f01665957123ddaf42382d54cbfadae8ba6e7fcf /.github | |
| parent | Fix suppressed_exceptions type hint (#112) (diff) | |
Bump Python To 3.10 (#108)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docs.yaml | 4 | ||||
| -rw-r--r-- | .github/workflows/lint-test.yaml | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 5254d524..fad707c0 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -25,7 +25,7 @@ jobs:          uses: HassanAbouelela/actions/setup-python@setup-python_v1.1.0          with:            dev: true -          python_version: 3.9 +          python_version: "3.10"            install_args: "--extras async-rediscache"        # Undeclared dependency for `releases`... whoops @@ -54,7 +54,7 @@ jobs:          uses: HassanAbouelela/actions/setup-python@setup-python_v1.1.0          with:            dev: true -          python_version: 3.9 +          python_version: "3.10"            install_args: "--extras async-rediscache"        # Undeclared dependency for `releases`... whoops diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index a51623cb..5b8bd5a4 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -21,7 +21,7 @@ jobs:          with:            # Set dev=true to run pre-commit which is a dev dependency            dev: true -          python_version: 3.9 +          python_version: "3.10"            install_args: "--extras async-rediscache"        # We will not run `flake8` here, as we will use a separate flake8 | 
