We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375367a commit 2d57fd2Copy full SHA for 2d57fd2
1 file changed
.github/workflows/test_code.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
os: [ubuntu-latest, windows-latest]
14
- python-version: ["3.6", "3.10"]
+ python-version: ["3.6", "3.9"]
15
fail-fast: false
16
17
steps:
0 commit comments