Skip to content

Commit 8b627b6

Browse files
committed
build with 3.11rc2
1 parent 8038fa0 commit 8b627b6

File tree

2 files changed

+126
-103
lines changed

2 files changed

+126
-103
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
strategy:
2424
matrix:
2525
python-version:
26+
- "3.6"
2627
- "3.7"
2728
- "3.8"
2829
- "3.9"
2930
- "3.10"
30-
- "3.11.0-rc.1"
31+
- "3.11.0-rc.2"
3132
steps:
3233
- uses: actions/checkout@v2
3334
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)