fix: Specify python minor version number

This commit is contained in:
2025-09-02 15:00:40 +10:00
parent 06b1eea9ef
commit 2d51882d20

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: [ubuntu-latest, amd]
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.6.15', '3.7.17', '3.8.18', '3.9.23', '3.10.18', '3.13.7']
fail-fast: false
steps: