Add CI workflow to test code with older versions of python #6

Merged
nathanwoodburn merged 9 commits from feat/ci-testing into main 2025-09-02 16:08:37 +10:00
Showing only changes of commit 06b1eea9ef - Show all commits

View File

@@ -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']