Skip to content

Commit 5945207

Browse files
authored
use Python 3.10
1 parent f7bfea3 commit 5945207

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Setup Python.
2222
uses: actions/setup-python@v2
2323
with:
24-
python-version: 3.9
24+
python-version: 3.10
2525

2626
- name: Build.
2727
run: |
28-
sudo apt install -y python3.9-dev
28+
sudo apt install -y python3.10-dev
2929
python setup.py build

0 commit comments

Comments
 (0)