Skip to content

Commit 8cb2034

Browse files
authored
Merge pull request #128 from jschlyter/py311
Build with Python 3.11
2 parents fd23ca3 + e697d16 commit 8cb2034

File tree

3 files changed

+235
-251
lines changed

3 files changed

+235
-251
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
strategy:
2424
matrix:
2525
python-version:
26-
- "3.6"
2726
- "3.7"
2827
- "3.8"
2928
- "3.9"
3029
- "3.10"
30+
- "3.11.0-rc.1"
3131
steps:
3232
- uses: actions/checkout@v2
3333
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)