Skip to content

Bump version: 2.0.1 → 2.1.0 #54

Bump version: 2.0.1 → 2.1.0

Bump version: 2.0.1 → 2.1.0 #54

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- python-version: "3.9"
toxenv: min
- python-version: "3.9"
- python-version: "3.10"
- python-version: "3.11"
- python-version: "3.12"
- python-version: "3.13"
- python-version: "3.13"
toxenv: pre-commit
- python-version: "3.13"
toxenv: mypy
- python-version: "3.13"
toxenv: pylint
- python-version: "3.13"
toxenv: twinecheck
steps:
- uses: actions/checkout@v4
- name: libddb
run: |
sudo apt-get install libdb-dev
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run
env:
TOXENV: ${{ matrix.toxenv }}
run: |
pip install -U tox
tox
- name: Upload coverage report
uses: codecov/codecov-action@v5