Add CI workflow to test code with older versions of python #6
@@ -5,7 +5,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Python-Compatibility:
|
Python-Compatibility:
|
||||||
runs-on: ubuntu-latest
|
runs-on: [ubuntu-latest, amd]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
|
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
|
||||||
|
|||||||
Reference in New Issue
Block a user