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