Skip to content

Commit 1f23460

Browse files
Update release.yml
1 parent b664acf commit 1f23460

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
]
3939
pair: [
4040
'python:3.9',
41+
'python:3.11',
4142
]
4243
include:
4344
- platform: 'linux-arm'
@@ -47,6 +48,9 @@ jobs:
4748
- pair: 'python:3.9'
4849
language: 'python'
4950
version: '3.9'
51+
- pair: 'python:3.11'
52+
language: 'python'
53+
version: '3.11'
5054

5155
runs-on: ${{ matrix.host-os }}
5256

0 commit comments

Comments
 (0)