Skip to content

Commit 8eedbb9

Browse files
committed
Run github workflow tests on Python 3.11
1 parent 2afa85d commit 8eedbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Python
4444
uses: actions/setup-python@v5
4545
with:
46-
python-version: 3.x
46+
python-version: 3.11
4747
- run: |
4848
python -m pip install -q build wheel setuptools
4949
make remove_symlinks

0 commit comments

Comments
 (0)