Skip to content

Include python 3.12 #94

Include python 3.12

Include python 3.12 #94

Workflow file for this run

name: mamonca-testing
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install numpy cython scipy
pip install .
- name: run tests
shell: bash -l {0}
run: |
python -m unittest discover tests/