Skip to content

Bump pygments from 2.17.2 to 2.20.0 #8

Bump pygments from 2.17.2 to 2.20.0

Bump pygments from 2.17.2 to 2.20.0 #8

Workflow file for this run

name: Tests
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install --upgrade pip
- run: python -m pip install . pytest
- run: python -m pytest