Skip to content

Commit 2bd1536

Browse files
authored
CI: trim python versions
having so much is excessive and wastes a lot of actions runtime
1 parent b9ff3c3 commit 2bd1536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
# Python 3.7 is the highest available for actions/setup-python
9-
python-version: ['3.7', '3.8', '3.9', 'pypy3.10', '3.11', '3.12']
9+
python-version: ['3.7', 'pypy3.10', '3.12']
1010
fail-fast: false
1111

1212
steps:

0 commit comments

Comments
 (0)