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 e0f24267f5 - Show all commits

View File

@@ -6,9 +6,10 @@ on:
jobs:
Python-Compatibility:
runs-on: [ubuntu-latest, amd]
container: catthehacker/ubuntu:act-latest
strategy:
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
steps: