Skip to content

CI/BLD: Bump min python to 3.10, since 3.9 is at EOL (#643) #22

CI/BLD: Bump min python to 3.10, since 3.9 is at EOL (#643)

CI/BLD: Bump min python to 3.10, since 3.9 is at EOL (#643) #22

on:
push:
branches:
- master
jobs:
notify-notebook:
runs-on: ubuntu-latest
steps:
# Add more like these when linking external example CI
- name: Inform original paper
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PYSINDY_EXAMPLE_PAT }}
repository: dynamicslab/sindy-original-example
event-type: pysindy-commit
- name: Inform addl examples
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PYSINDY_EXAMPLE_PAT }}
repository: dynamicslab/sindy-addl-examples
event-type: pysindy-commit