Skip to content

Commit

Permalink
chore: add python3.12 to the ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Jun 28, 2023
1 parent fe367fa commit c45f148
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12.0-beta.1"

steps:
- uses: actions/checkout@v2
Expand All @@ -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

Expand All @@ -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 .

Expand Down

0 comments on commit c45f148

Please # to comment.