Skip to content

Commit

Permalink
pyi 生成を python 3.13 ベースにしてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 12, 2024
1 parent 9b73bf6 commit 9c31963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: |
sudo apt-get -y install libva-dev libdrm-dev libx11-dev
- uses: astral-sh/setup-uv@v3
- run: uv python pin 3.12
- run: uv python pin 3.13
- run: uv sync
- name: Generate pyi
run: |
Expand Down

0 comments on commit 9c31963

Please sign in to comment.