Skip to content

Commit

Permalink
Remove 3.12 from parallel CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Oct 14, 2024
1 parent c0b2c30 commit 63b60e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/parallel-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12", "3.13"]
python-version: ["3.13"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12", "3.13"]
python-version: ["3.13"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down

0 comments on commit 63b60e7

Please sign in to comment.