Skip to content

Commit

Permalink
Reduce python versions to test faster
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Mar 25, 2024
1 parent f37f94d commit 24e52cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8, 3.9, 3.10.9, 3.11, 3.12.0]
# python-version: [3.8, 3.9, 3.10.9, 3.11, 3.12.0]
python-version: [3.11, 3.12.0]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 24e52cf

Please sign in to comment.