Skip to content

Commit b874600

Browse files
committed
ci: Test also Python 3.11 pre-releases
We are very close to the release of Python 3.11 so it's a good idea to start testing aginst it too. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent d62fa41 commit b874600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- "3.8"
1313
- "3.9"
1414
- "3.10"
15+
- "3.11-dev"
1516
runs-on: ${{ matrix.os }}
1617

1718
steps:

0 commit comments

Comments
 (0)