Skip to content

Commit e370c22

Browse files
committed
CI: Only run on the oldest and newest supported versions of Python
In order to save resources.
1 parent c1f79b9 commit e370c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
matrix:
3232
os: ["ubuntu-20.04"]
3333
python-version: [
34-
'3.6', '3.7', '3.8', '3.9', '3.10', '3.11',
35-
'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10',
34+
'3.6', '3.11',
35+
'pypy-3.6', 'pypy-3.10',
3636
]
3737
steps:
3838
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)