Skip to content

Commit df09763

Browse files
committed
chore: update to python 3.11
1 parent c811257 commit df09763

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-unittests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
22-
python-version: ["3.10", "3.11", "3.12", "3.13"]
22+
python-version: ["3.11", "3.12", "3.13"]
2323
dependency: ["lightning"]
2424
requires: ["latest"]
2525
include:
26-
- { os: "ubuntu-latest", python-version: "3.10", dependency: "lightning", requires: "oldest" }
26+
- { os: "ubuntu-latest", python-version: "3.11", dependency: "lightning", requires: "oldest" }
2727
timeout-minutes: 20
2828
env:
2929
LIGHTNING_CLOUD_URL: https://staging.gridai.dev

0 commit comments

Comments
 (0)