diff options
Diffstat (limited to '.github/workflows/screenshots.yml')
| -rw-r--r-- | .github/workflows/screenshots.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index 7b9db7d064..27ecc58eec 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.13' cache: 'pip' cache-dependency-path: 'tests/requirements/py3.txt' - name: Install and upgrade packaging tools |
