We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e23a49 + 07da4f4 commit 481eb45Copy full SHA for 481eb45
.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.7", "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