Skip to content

Commit

Permalink
👷 (github/python) Add py3.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Jul 27, 2024
1 parent be2059e commit 0488c19
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# python-version: ["3.11", "3.12"]
python-version: ["3.11"]
python-version: ["3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -79,6 +78,5 @@ jobs:
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
# carryforward: "run-3.11,run-3.12"
carryforward: "run-3.11"
carryforward: "run-3.11,run-3.12"
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0488c19

Please sign in to comment.