Skip to content

Add support for PEP658 core metadata #170

Add support for PEP658 core metadata

Add support for PEP658 core metadata #170

Workflow file for this run

on:
push:
branches: [master]
tags:
pull_request:
jobs:
tox:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- run: pip install tox
- run: tox -e py