diff options
| author | 2022-07-25 22:00:42 +0100 | |
|---|---|---|
| committer | 2022-07-25 22:00:42 +0100 | |
| commit | e88ef3cc14010c43667e9bbd3d468361c02fae61 (patch) | |
| tree | 0a84e376b58308614583b15be414fe9c349207ea /.github | |
| parent | Merge pull request #107 from python-discord/better-development (diff) | |
Bump Python To 3.10 (#108)v8.0.0-beta.2
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 |