Skip to content

bump version

bump version #21

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.8', '3.9', '3.11']
name: Python ${{ matrix.python }} test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Run tests
run: cd tests/ && python -m unittest test_beta_code