We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670b83e commit 6914ac8Copy full SHA for 6914ac8
1 file changed
.github/workflows/app-tests.yaml
@@ -29,6 +29,9 @@ jobs:
29
matrix:
30
os: ["ubuntu-latest", "macos-26", "windows-latest"]
31
python_version: ["3.10", "3.11", "3.12"]
32
+ exclude:
33
+ - os: macos-26
34
+ python_version: "3.10"
35
env:
36
UV_SYSTEM_PYTHON: 1
37
POSTGRES_HOST: localhost
0 commit comments