Skip to content

Commit 6c53084

Browse files
committed
fix: remove Python 3.11 from CI workflow matrix
1 parent 9e5952d commit 6c53084

5 files changed

Lines changed: 355 additions & 287 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: [3.11, 3.12, 3.13]
17+
python-version: [3.12, 3.13]
1818

1919
steps:
2020
- name: Checkout code
@@ -41,7 +41,7 @@ jobs:
4141

4242
strategy:
4343
matrix:
44-
python-version: [3.11, 3.12, 3.13]
44+
python-version: [3.12, 3.13]
4545

4646
steps:
4747
- name: Checkout code
10.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)