We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9602fd3 commit 07da4f4Copy full SHA for 07da4f4
.github/workflows/run-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: [windows-latest, ubuntu-latest, macos-latest]
20
- python-version: ["3.8", "3.9", "3.10"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
21
steps:
22
- uses: actions/checkout@v2
23
- name: Set up Python ${{ matrix.python-version }}
0 commit comments