diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8e056f1..c638da48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] fail-fast: false steps: diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 8538688d..090992cd 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -12,7 +12,7 @@ jobs: name: Pre-commit strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] runs-on: ubuntu-latest env: OS: ubuntu-latest @@ -47,6 +47,7 @@ jobs: - name: Upload Coverage to Codecov uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON fail_ci_if_error: true flags: unittests