Skip to content

Commit 990ec56

Browse files
committed
m
1 parent 21c09be commit 990ec56

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci_static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: static analysis
33

44
on:
55
pull_request:
6-
branches: [ main ]
6+
branches: [ master ]
77
push:
88
# Run once a day
99
schedule:

.github/workflows/python-examples.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ['3.8.12', '3.9', '3.10', '3.11.0', '3.12.0']
15+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1616
include:
17-
- python-version: '3.8.12'
17+
- python-version: '3.8'
1818
tox-env: 'py38-examples'
1919
- python-version: '3.9'
2020
tox-env: 'py39-examples'
2121
- python-version: '3.10'
2222
tox-env: 'py310-examples'
23-
- python-version: '3.11.0'
23+
- python-version: '3.11'
2424
tox-env: 'py311-examples'
25-
- python-version: '3.12.0'
25+
- python-version: '3.12'
2626
tox-env: 'py312-examples'
2727
permissions:
2828
id-token: write

.github/workflows/python-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ['3.8.12', '3.9', '3.10', '3.11.0', '3.12.0']
15+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1616
include:
1717
- python-version: '3.8.12'
1818
tox-env: 'py38-integ'

0 commit comments

Comments
 (0)