We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93a3ac commit 1dcfddaCopy full SHA for 1dcfdda
.github/workflows/pytest.yml
@@ -2,10 +2,10 @@ name: Pytest
2
3
on:
4
push:
5
- branches: ['*']
6
- tags: ['*']
+ branches: [ '*' ]
+ tags: [ '*' ]
7
pull_request:
8
- branches: [master, 'maint/*']
+ branches: [ master, 'maint/*' ]
9
10
defaults:
11
run:
@@ -26,12 +26,12 @@ jobs:
26
runs-on: ${{ matrix.os }}
27
strategy:
28
matrix:
29
- os: ['ubuntu-latest']
30
- python-version: ['3.10', '3.11', '3.12']
31
- dependencies: ['latest', 'pre']
+ os: [ 'ubuntu-latest' ]
+ python-version: [ '3.10', '3.11', '3.12', '3.13' ]
+ dependencies: [ 'latest', 'pre' ]
32
include:
33
- os: ubuntu-latest
34
- python-version: '3.10'
+ python-version: '3.13'
35
dependencies: 'min'
36
37
env:
0 commit comments