Skip to content

Bump version 0.11.0 -> 0.11.1 #272

Bump version 0.11.0 -> 0.11.1

Bump version 0.11.0 -> 0.11.1 #272

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Tox tests
id: test
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [py39, py310, py311, py312, py313]