Skip to content

Commit c32a427

Browse files
committed
ci: stdlib: test again PYthon 3.11 dev
1 parent b043e99 commit c32a427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_stdlib_only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
1818
strategy:
1919
matrix:
20-
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
20+
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11-dev' ]
2121
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest']
2222

2323
steps:

0 commit comments

Comments
 (0)