We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71300e2 commit 6f7192bCopy full SHA for 6f7192b
1 file changed
.github/workflows/app-tests.yaml
@@ -31,7 +31,9 @@ jobs:
31
python_version: ["3.9", "3.10", "3.11", "3.12"]
32
exclude:
33
- os: macos-latest-xlarge
34
- python_version: ["3.9", "3.10"]
+ python_version: "3.9"
35
+ - os: macos-latest-xlarge
36
+ python_version: "3.10"
37
env:
38
UV_SYSTEM_PYTHON: 1
39
POSTGRES_HOST: localhost
0 commit comments