diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 54ea930..af6dde4 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -14,7 +14,7 @@ jobs: matrix: #os: [Windows, macOS] os: [macOS] - python_version: ["3.7", "3.8", "3.9"] + python_version: ["3.7", "3.8", "3.9", "3.10"] steps: - name: Get latest Cmake and ninja (All-Systems)