Skip to content

Commit bfc4cb1

Browse files
committed
chore: disable test cases except 3.7 and 3.8
1 parent 19a1dba commit bfc4cb1

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ jobs:
77
runs-on: ubuntu-22.04
88
strategy:
99
matrix:
10-
python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
11-
urllib3-line: ["lt2", "ge2"]
12-
exclude:
13-
- python: "3.7"
14-
urllib3-line: "ge2"
15-
- python: "3.8"
16-
urllib3-line: "ge2"
10+
# python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
11+
python: [3.7, 3.8]
12+
# urllib3-line: ["lt2", "ge2"]
13+
urllib3-line: ["lt2"]
14+
# exclude:
15+
# - python: "3.7"
16+
# urllib3-line: "ge2"
17+
# - python: "3.8"
18+
# urllib3-line: "ge2"
1719
steps:
1820
- uses: actions/checkout@v5
1921
- name: Setup Python

0 commit comments

Comments
 (0)