Skip to content

Commit ac9025f

Browse files
committed
Updated test matrix for CI
1 parent d7721e3 commit ac9025f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.8", "3.9", "3.10", "3.11"]
18+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: '3.11'
21+
python-version: '3.13'
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade poetry

0 commit comments

Comments
 (0)