Skip to content

Commit 9886d51

Browse files
committed
Update python ci version to 3.14
1 parent 681a354 commit 9886d51

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ permissions:
1111

1212
jobs:
1313
python-build:
14-
name: Python 3.13
14+
name: Python 3.14
1515
runs-on: ubuntu-latest
1616

1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
20-
- name: Set up Python 3.13
20+
- name: Set up Python 3.14
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: '3.13'
23+
python-version: '3.14'
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)