diff options
author | 2023-03-03 15:03:55 +0100 | |
---|---|---|
committer | 2023-03-29 18:32:08 +0100 | |
commit | e24e94895d5529952c44e3aeeb4558a8d171bd9c (patch) | |
tree | fba6774d3370d1b037895632b04e0ac77e63b2b0 /.github | |
parent | Upgrade to Python 3.11 in pyproject.toml (diff) |
Upgrade to Python 3.11 in CI & Dockerfile
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, |