Skip to content

Update README and setup.py to reflect CVSS4 (#51) #57

Update README and setup.py to reflect CVSS4 (#51)

Update README and setup.py to reflect CVSS4 (#51) #57

Workflow file for this run

name: Run CI
on:
push:
branches:
- master
pull_request:
jobs:
tox:
name: Run Tox
steps:
- uses: actions/checkout@v2
- name: Run all envs
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [py27, py36, py37, py38, py39, py310, py311, black, isort, flake8]
runs-on: ubuntu-latest