fix: Use single quote in sign message and reduce test versions

This commit is contained in:
2025-09-02 15:28:39 +10:00
parent 56eabfc1fc
commit 30de2d585e
3 changed files with 2 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ jobs:
container: catthehacker/ubuntu:act-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.13']
python-version: ['3.8', '3.10', '3.13']
fail-fast: false
steps: