diff --git a/.github/workflows/Python.yml b/.github/workflows/Python.yml index ccf7ccb07..5825f39e0 100644 --- a/.github/workflows/Python.yml +++ b/.github/workflows/Python.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - python-version: [3.7, 3.8, 3.9 3.10] + python-version: [3.7, 3.8, 3.9, 3.10] os: [ubuntu-latest, macos-latest] steps: