Skip to content

Bump bleach from 6.0.0 to 6.4.0 #14

Bump bleach from 6.0.0 to 6.4.0

Bump bleach from 6.0.0 to 6.4.0 #14

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