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 2365f8f commit 342d701Copy full SHA for 342d701
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-22.04
8
strategy:
9
matrix:
10
- python: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
+ python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
11
urllib3-line: ["lt2", "ge2"]
12
exclude:
13
- python: "3.7"
0 commit comments