Skip to content

Commit dbb91a4

Browse files
authored
Update ci.yml
1 parent bb6d613 commit dbb91a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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.12
14+
name: Python 3.13
1515
runs-on: ubuntu-latest
1616

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

0 commit comments

Comments
 (0)