test: Try a new container to run

This commit is contained in:
2025-09-02 15:10:23 +10:00
parent 2d51882d20
commit e0f24267f5

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: