We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2b0fe7 + 7dcec20 commit 981988eCopy full SHA for 981988e
1 file changed
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
10
steps:
11
- uses: actions/checkout@v2
12
- name: Set up Python ${{ matrix.python-version }}
0 commit comments