diff options
| author | 2022-07-27 18:34:50 +0100 | |
|---|---|---|
| committer | 2022-07-27 18:34:50 +0100 | |
| commit | db0ff48a574f5b466f3e8dc25cc32c3a9bfc1370 (patch) | |
| tree | dfc700150ebb4ff0700ca6160fe084b7dac7a892 /.github/workflows | |
| parent | Fix suppressed_exceptions type hint (#112) (diff) | |
| parent | Bump sphinx to 5.1.1 (diff) | |
Merge pull request #114 from python-discord/8.0.0-betav8.0.0
Diffstat (limited to '.github/workflows')
| -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 |