Skip to content

Commit df8f572

Browse files
authored
CHORE: Update main python version on ci/cd to 3.11 (#244)
1 parent c77c1bb commit df8f572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111

1212
env:
13-
MAIN_PYTHON_VERSION: '3.10'
13+
MAIN_PYTHON_VERSION: '3.11'
1414

1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/ci_cd_nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 3 * * *"
77

88
env:
9-
MAIN_PYTHON_VERSION: '3.10'
9+
MAIN_PYTHON_VERSION: '3.11'
1010
DEV_MAJOR_REV: '25'
1111
DEV_MINOR_REV: '2'
1212

0 commit comments

Comments
 (0)