From c45f148cc76441cc414230c838179c20c26be7cb Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Wed, 7 Jun 2023 14:29:37 +0200 Subject: [PATCH] chore: add python3.12 to the ci matrix --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c551ce..b9167f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12.0-beta.1" steps: - uses: actions/checkout@v2 @@ -51,7 +52,7 @@ jobs: run: pip install .[dev] - if: matrix.config == 'pytest-benchmark' name: Install pytest-benchmark to test compatibility - run: pip install pytest-benchmark~=4.0.0 py + run: pip install pytest-benchmark~=4.0.0 - name: Run tests run: pytest -vs @@ -62,7 +63,7 @@ jobs: - name: Set up Python 3.12 uses: actions/setup-python@v2 with: - python-version: "3.11" + python-version: "3.12.0-beta.1" - name: Install local version of pytest-codspeed run: pip install .