Skip to content

Commit d0f78ee

Browse files
moshemoradclaude
andcommitted
ci: drop Python 3.9 from test matrix
urllib3 2.7.0 raised the project floor to ^3.10, so building/testing on 3.9 no longer resolves. Bump build_package to 3.12 and drop 3.9 from the test_package matrix. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d0e999e commit d0f78ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-installation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v2
1212
with:
13-
python-version: 3.9
13+
python-version: 3.12
1414
- name: Build and install package
1515
run: |
1616
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
python-version: ["3.9", "3.10", "3.11", "3.12"]
34+
python-version: ["3.10", "3.11", "3.12"]
3535

3636
steps:
3737
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)