Skip to content

Bump fast-uri from 3.0.5 to 3.1.4 in /documentation/website #45

Bump fast-uri from 3.0.5 to 3.1.4 in /documentation/website

Bump fast-uri from 3.0.5 to 3.1.4 in /documentation/website #45

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python: [3.9, "3.10", 3.11, 3.12, 3.13, 3.14]
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Python
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: ${{ matrix.python }}
- name: Install tox
run: pip install tox
- name: Run tox on python version from matrix
run: tox -e py