Skip to content

Commit bd53ce7

Browse files
committed
fix: ci, bump to python 11
1 parent 1b8c6a7 commit bd53ce7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
14-
- name: Set up Python 3.10
13+
- uses: actions/checkout@v5
14+
- name: Set up Python 3.11
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.10'
17+
python-version: '3.11'
1818
- name: Build wheel and source tarball
1919
run: |
2020
python -m pip install --upgrade pip

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Set up Python 3.10
11+
- name: Set up Python 3.11
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: 3.10
14+
python-version: 3.11
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)