Skip to content

Commit 18a924f

Browse files
ci: drop Python 3.9 from test matrix
msgpack 1.2.1 and urllib3 2.7.0 (the only versions that fix CTO-4990 and CTO-4807) require Python >=3.10. Runtime image is python:3.11, so 3.9 was CI-only. Dropping it unblocks the security bumps. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 65eba1c commit 18a924f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: ['3.9', '3.10', '3.11']
8+
python-version: ['3.10', '3.11']
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)