Skip to content

Commit 141f3fc

Browse files
committed
chore: run merge tests in python 3.11 too
Signed-off-by: Federico Bond <federicobond@gmail.com>
1 parent c661ab2 commit 141f3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
container: ["python:3.8", "python:3.9", "python:3.10"]
17+
container: ["python:3.8", "python:3.9", "python:3.10", "python:3.11"]
1818
container:
1919
image: ${{ matrix.container }}
2020

0 commit comments

Comments
 (0)