Skip to content

Commit bca376a

Browse files
committed
CI: update test matrix
1 parent e262aa2 commit bca376a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [3.12, 3.13]
21-
matplotlib-version: [ "3.8.4", "3.10.6" ]
20+
python-version: [3.12, 3.13, 3.14]
21+
matplotlib-version: [ "3.9.4", "3.10.9" ]
2222

2323
steps:
2424
- uses: actions/checkout@v5

.github/workflows/matplotlib-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.13
22+
python-version: 3.14
2323
architecture: x64
2424

2525
- name: Install system libraries

0 commit comments

Comments
 (0)