diff options
| author | 2023-03-30 12:17:03 +0300 | |
|---|---|---|
| committer | 2023-03-30 12:17:03 +0300 | |
| commit | 778de88e707ddec1dee294c074839d186208313e (patch) | |
| tree | 8fbddda75e9da4e47a48955a4ff9360acea486ee /.github | |
| parent | remove "circular" referencing of channel names (diff) | |
| parent | Merge pull request #2388 from brodycritchlow/inplace-tag (diff) | |
Merge branch 'main' into native-forum-channel-support
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index af1d703c0..63dc8a581 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -34,7 +34,7 @@ jobs: - name: Install Python Dependencies uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.0 with: - python_version: '3.10' + python_version: '3.11' # Check all of our non-dev dependencies are compatible with the MIT license. # If you added a new dependencies that is being rejected, |