Skip to content

Commit 6cf2bcc

Browse files
committed
drop testing python 3.11 from matrix.
Drop 3.11 to reduce test time. 3.13, 3.12, 3.10, 3.8, 3.6
1 parent d9f5acd commit 6cf2bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# - "3.8" run via include for ubuntu-22.04
5959
# - "3.9"
6060
- "3.10"
61-
- "3.11"
61+
# - "3.11"
6262
- "3.12"
6363

6464
# use for multiple os or ubuntu versions

0 commit comments

Comments
 (0)