Skip to content

Commit 6d27627

Browse files
committed
CI: update testing matrix
1 parent 341e3bb commit 6d27627

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
persist-credentials: false
1414
- uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.11
16+
python-version: 3.13
1717
- name: Install Dependencies
1818
run: |
1919
# These packages are installed in the base environment but may be older

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.8]
13+
python-version: [3.13]
1414
fail-fast: false
1515

1616
steps:

.github/workflows/docs_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.8]
14+
python-version: [3.13]
1515
fail-fast: false
1616

1717
steps:

0 commit comments

Comments
 (0)