Skip to content

Commit 824e6b8

Browse files
authored
ci: bump linux to latest & drop py3.8 (#55)
* bump linux to `latest` * drop py38
1 parent 41b8496 commit 824e6b8

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ updates:
1515
separator: "-"
1616
# Allow up to 5 open pull requests for GitHub Actions
1717
open-pull-requests-limit: 5
18-
reviewers:
19-
- "borda"

.github/workflows/ci_schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
validate-schema:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
timeout-minutes: 10
1111
steps:
1212
- name: Checkout

.github/workflows/docker-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ concurrency:
1313

1414
jobs:
1515
build-push:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
strategy:
1818
fail-fast: false
1919
matrix:
2020
ubuntu_version: ["22.04"]
21-
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
21+
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2222
opencv_version: ["4.11.0"]
2323
device: ["cpu", "gpu"]
2424
cuda_version: ["12.4.1"]

0 commit comments

Comments
 (0)