Skip to content

Commit 1dcfdda

Browse files
committed
chore: add python 3.13 to testing matrix
1 parent e93a3ac commit 1dcfdda

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/pytest.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Pytest
22

33
on:
44
push:
5-
branches: ['*']
6-
tags: ['*']
5+
branches: [ '*' ]
6+
tags: [ '*' ]
77
pull_request:
8-
branches: [master, 'maint/*']
8+
branches: [ master, 'maint/*' ]
99

1010
defaults:
1111
run:
@@ -26,12 +26,12 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
strategy:
2828
matrix:
29-
os: ['ubuntu-latest']
30-
python-version: ['3.10', '3.11', '3.12']
31-
dependencies: ['latest', 'pre']
29+
os: [ 'ubuntu-latest' ]
30+
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
31+
dependencies: [ 'latest', 'pre' ]
3232
include:
3333
- os: ubuntu-latest
34-
python-version: '3.10'
34+
python-version: '3.13'
3535
dependencies: 'min'
3636

3737
env:

0 commit comments

Comments
 (0)