Skip to content

Commit ba48d18

Browse files
committed
Remove 3.9, 3.11-dev and 3.7 test versions
Redo testing versions to reduce cpu use: From pypi downloads, 3.8, 3.9 and 3.10 are all in the vicinity of 30% over past 120 days. Test the edges of the range 3.8/3.10. Skip 3.9. Downloads for 3.7 is at 0, don't bother testing. 3.11 is tested, so we don't need to test 3.11-dev. Test 3.6 and 3.12-dev since they are the minimum/maximum version we support.
1 parent 395c60b commit ba48d18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
python-version:
4949
- "2.7"
5050
- "3.10"
51-
- "3.9"
51+
# - "3.9"
5252
- "3.8"
53-
- "3.7"
53+
# - "3.7"
5454
- "3.11"
5555

5656
# use for multiple os or ubuntu versions
@@ -66,8 +66,8 @@ jobs:
6666
- python-version: 3.12-dev
6767
os: ubuntu-22.04
6868
experimental: [true]
69-
- python-version: 3.11-dev
70-
os: ubuntu-20.04
69+
#- python-version: 3.11-dev
70+
# os: ubuntu-20.04
7171
# 3.6 not available on new 22.04 runners, so run on 20.04 ubuntu
7272
- python-version: 3.6
7373
os: ubuntu-20.04

0 commit comments

Comments
 (0)