Add CI workflow to test code with older versions of python #6
@@ -6,9 +6,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
Python-Compatibility:
|
Python-Compatibility:
|
||||||
runs-on: [ubuntu-latest, amd]
|
runs-on: [ubuntu-latest, amd]
|
||||||
|
container: catthehacker/ubuntu:act-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.6.15', '3.7.17', '3.8.18', '3.9.23', '3.10.18', '3.13.7']
|
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.13']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user