Skip to content

Commit

Permalink
perf: deprecate Python 3.10 checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <rjdbcm@outlook.com>
  • Loading branch information
rjdbcm committed Oct 8, 2024
1 parent 4263f39 commit 9704e07
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/ozi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ permissions:

jobs:


checkpoint-cp310-ubuntu-latest:
name: checkpoint (Python 3.10 on ubuntu-latest)
checkpoint-cp311-ubuntu-latest:
name: checkpoint (Python 3.11 on ubuntu-latest)
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -43,10 +42,10 @@ jobs:
- uses: OZI-Project/checkpoint@1.0.1
with:
python-version: "3.10"
python-version: "3.11"

checkpoint-cp311-ubuntu-latest:
name: checkpoint (Python 3.11 on ubuntu-latest)
checkpoint-cp312-ubuntu-latest:
name: checkpoint (Python 3.12 on ubuntu-latest)
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -72,10 +71,10 @@ jobs:
- uses: OZI-Project/checkpoint@1.0.1
with:
python-version: "3.11"
python-version: "3.12"

checkpoint-cp312-ubuntu-latest:
name: checkpoint (Python 3.12 on ubuntu-latest)
checkpoint-cp313-ubuntu-latest:
name: checkpoint (Python 3.13 on ubuntu-latest)
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -101,12 +100,11 @@ jobs:
- uses: OZI-Project/checkpoint@1.0.1
with:
python-version: "3.12"

python-version: "3.13"

checkpoint:
runs-on: ubuntu-latest
needs: [checkpoint-cp310-ubuntu-latest,checkpoint-cp311-ubuntu-latest,checkpoint-cp312-ubuntu-latest,]
needs: [checkpoint-cp311-ubuntu-latest,checkpoint-cp312-ubuntu-latest,checkpoint-cp313-ubuntu-latest]
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
Expand Down

0 comments on commit 9704e07

Please sign in to comment.