Skip to content

Merge branch 'amercader-fix-single-plural-multiple-domains' #120

Merge branch 'amercader-fix-single-plural-multiple-domains'

Merge branch 'amercader-fix-single-plural-multiple-domains' #120

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
name: Testing
uses: tktech/python-standard/.github/workflows/test.yml@v1
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", pypy3.9]
with:
use_poetry: true
use_sphinx: true
use_black: true
python_version: ${{ matrix.python-version }}