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.
1 parent 2269bbb commit 3f916b8Copy full SHA for 3f916b8
.github/workflows/run_tests.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
os: [ubuntu-22.04] # windows-2022 macos-13
19
- python: ['3.8','3.10']
+ python: ['3.7', '3.8', '3.9','3.10']
20
steps:
21
- name: Checkout code
22
uses: actions/checkout@v3
0 commit comments