diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5afca9f..f565f8f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] os: ["ubuntu-latest"] steps: - uses: actions/checkout@v3 @@ -27,7 +27,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] os: ["macOS-latest"] steps: - uses: actions/checkout@v3 @@ -44,9 +44,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # We skip Python 3.7 has Windows needs to rebuild it, but its specs are + # We skip Python 3.7 has Windows needs to rebuild it, but its specs are # too low to do it... - python-version: ['3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11'] os: ["windows-latest"] steps: - uses: actions/checkout@v3