We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe853c commit 6dc6a16Copy full SHA for 6dc6a16
.github/workflows/run_uts_on_prs.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: true
16
matrix:
17
- python-version: [2.7.18, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11]
+ python-version: [3.6, 3.7, 3.8, 3.9, 3.10, 3.11]
18
19
steps:
20
- name: Checkout code
0 commit comments