Skip to content

Commit 3513638

Browse files
committed
chore(ci): Drop pre-release tests for out-of-SPEC0 Python
1 parent 233e0f8 commit 3513638

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ jobs:
6767
- python-version: "3.12"
6868
dependencies: "latest"
6969
marks: "veryslow"
70+
exclude:
71+
- python-version: "3.9"
72+
dependencies: "pre"
73+
- python-version: "3.10"
74+
dependencies: "pre"
7075

7176
steps:
7277
- uses: actions/cache@v4

0 commit comments

Comments
 (0)