Skip to content

Commit f7aeae3

Browse files
committed
Update Python test matrix
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 4d561fe commit f7aeae3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212

13-
- name: Set up Python 3.11
13+
- name: Set up Python 3.13
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: '3.11'
16+
python-version: '3.13'
1717

1818
- name: Run pre-commit
1919
run: |
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest, macos-latest]
27-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
27+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2828

2929
runs-on: ${{ matrix.os }}
3030
steps:
@@ -49,10 +49,10 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v3
5151

52-
- name: Set up Python 3.11
52+
- name: Set up Python 3.13
5353
uses: actions/setup-python@v4
5454
with:
55-
python-version: '3.11'
55+
python-version: '3.13'
5656

5757
- name: Run sphinx
5858
run: |
@@ -65,10 +65,10 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@v3
6767

68-
- name: Set up Python 3.11
68+
- name: Set up Python 3.13
6969
uses: actions/setup-python@v4
7070
with:
71-
python-version: '3.11'
71+
python-version: '3.13'
7272

7373
- name: Prepare artifacts
7474
run: |

0 commit comments

Comments
 (0)