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 efc7ca8 commit 1aee9eaCopy full SHA for 1aee9ea
1 file changed
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-22.04
11
strategy:
12
matrix:
13
- python-version: ['2.7', '3.7', '3.8', '3.9', '3.10', '3.11']
+ python-version: ['3.8', '3.9', '3.10', '3.11']
14
15
steps:
16
- name: Git Checkout
0 commit comments