6940e321ccf686daa661fed34a57d485655234e4
Hanno Böck rm travis, add github actio...

Hanno Böck authored 2 years ago

1) name: run tests
2) on:
3) - pull_request
4) - push
5) 
6) jobs:
7)   build:
8)     runs-on: ubuntu-latest
9)     strategy:
10)       matrix:
Hanno Böck enable python 3.12 in CI

Hanno Böck authored 1 year ago

11)         python-version: [3.8,3.x,3.12-dev]