diff options
| author | 2024-03-24 21:04:09 +0000 | |
|---|---|---|
| committer | 2024-03-30 10:39:57 +0000 | |
| commit | 92d74cb3833e486e6203fae6cacf4651ade90bc6 (patch) | |
| tree | 312c5c0ae1bd268f91199675848413307aa92fca /.github/workflows | |
| parent | Bump sentry-sdk from 1.43.0 to 1.44.0 (#1492) (diff) | |
Bump references to 3.11 up to Pytohn 3.12
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 7353bdfa..530cd05a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -26,7 +26,7 @@ jobs: - name: Install Python Dependencies uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.2 with: - python_version: "3.11" + python_version: "3.12" # Check all of our dev dependencies are compatible with the MIT license. # If you added a new dependencies that is being rejected, |