Skip to content

Commit 4588a79

Browse files
authored
Use correct python version in lightning component template (#13790)
use correct python version in lightning component template Co-authored-by: manskx <[email protected]>
1 parent 238c991 commit 4588a79

File tree

1 file changed

+1
-1
lines changed
  • src/lightning_app/cli/component-template/.github/workflows

1 file changed

+1
-1
lines changed

src/lightning_app/cli/component-template/.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-20.04, macOS-10.15, windows-2019]
19-
python-version: [3.7]
19+
python-version: [3.8]
2020

2121
# Timeout: https://stackoverflow.com/a/59076067/4521646
2222
timeout-minutes: 35

0 commit comments

Comments
 (0)