Skip to content

Commit dec2c16

Browse files
committed
setting python to 3.13
1 parent 7439403 commit dec2c16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Set up Python 3.10
11+
- name: Set up Python 3.13
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: "3.10"
14+
python-version: "3.13"
1515
- name: Install sys tools/deps
1616
run: |
1717
sudo apt-get update

0 commit comments

Comments
 (0)