Skip to content

Commit b59851c

Browse files
committed
Update Python CI version to 3.11
1 parent 0bcd47a commit b59851c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ on:
99
permissions:
1010
contents: read
1111

12+
# For programming language versions supported by Leetcode
13+
# https://support.leetcode.com/hc/en-us/articles/360011833974-What-are-the-environments-for-the-programming-languages
1214
jobs:
1315
python-build:
14-
name: Python 3.12
16+
name: Python 3.11
1517
runs-on: ubuntu-latest
1618

1719
steps:
1820
- name: Checkout code
1921
uses: actions/checkout@v4
20-
- name: Set up Python 3.12
22+
- name: Set up Python 3.11
2123
uses: actions/setup-python@v5
2224
with:
23-
python-version: '3.12'
25+
python-version: '3.11'
2426
- name: Install dependencies
2527
run: |
2628
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)