diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-10 21:17:44 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-10 21:17:44 -0400 |
| commit | b5ac1e96312e8817d694cac30104490e72e67761 (patch) | |
| tree | 7cb4769d43faf77d14cfabca2d461b219306e983 /.github | |
| parent | 6a4a3b6f4503311139552bf52ce08d70bf8b4cc6 (diff) | |
use Python 3.11 for CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/static.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c8b3ea6d..8f5c5a2e 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -13,7 +13,7 @@ jobs: cache: npm - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' cache: pip - run: sudo apt-get update |
