Skip to content

Commit 71300e2

Browse files
committed
Not ready for 3.13
1 parent a23d62f commit 71300e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/app-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: ["ubuntu-latest", "macos-latest-xlarge", "macos-13", "windows-latest"]
31-
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
31+
python_version: ["3.9", "3.10", "3.11", "3.12"]
3232
exclude:
3333
- os: macos-latest-xlarge
34-
python_version: "3.10"
34+
python_version: ["3.9", "3.10"]
3535
env:
3636
UV_SYSTEM_PYTHON: 1
3737
POSTGRES_HOST: localhost

0 commit comments

Comments
 (0)