Skip to content

Commit eb1fdeb

Browse files
committed
fix(ci): unpin Python patch versions in test matrix
Python 3.13.2's `VERIFY_X509_STRICT` rejects some certifi CA certs, breaking `httpx.Client()` init. Using minor-only versions lets setup-python resolve to latest patches automatically.
1 parent 7456b2e commit eb1fdeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
max-parallel: 1
2727
fail-fast: true
2828
matrix:
29-
python: [3.9.21, 3.10.16, 3.11.11, 3.12.9, 3.13.2]
29+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3030
timeout-minutes: 5
3131
steps:
3232
- name: Checkout repository

0 commit comments

Comments
 (0)