diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38ae4d8..1ab6850 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] steps: - name: Checkout repository @@ -29,7 +29,7 @@ jobs: - name: Lint with Flake8 run: flake8 . - name: Test with Pytest - run: pytest --cov=readingbricks --cov-config .coveragerc + run: pytest --cov=readingbricks - name: Create and upload Codecov report uses: codecov/codecov-action@v4 env: