Skip to content

Commit a4a6416

Browse files
committed
update
1 parent 5435f87 commit a4a6416

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
- locust-compare
1616
- config-utils
1717
- wt-worktree
18-
python-version: ["3.10", "3.11", "3.12"]
18+
# Just test for 3.12
19+
# uncomment if you want to test for all versions
20+
# python-version: ["3.10", "3.11", "3.12"]
21+
python-version: ["3.12"]
1922
fail-fast: false
2023
steps:
2124
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)