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 11549f8 commit d17d7b9Copy full SHA for d17d7b9
.github/workflows/main.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-22.04
6
strategy:
7
matrix:
8
- python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
+ python-version: [3.9, "3.10", "3.11", "3.12"]
9
10
steps:
11
- name: "Begin CI..."
0 commit comments