Skip to content

Commit 9ab3a36

Browse files
committed
GitHub Actions: use Python 3.11
1 parent 239b557 commit 9ab3a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/setup-python@v2
3030
with:
31-
python-version: '3.6'
31+
python-version: '3.11'
3232
architecture: 'x64'
3333
- uses: purcell/setup-emacs@master
3434
with:

0 commit comments

Comments
 (0)