Skip to content

Bump version to 0.9.24. #62

Bump version to 0.9.24.

Bump version to 0.9.24. #62

Workflow file for this run

name: Python package
on:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.12]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run tests
run: python run tests