Skip to content

Commit ed03d1f

Browse files
authored
Test on experimental too
1 parent 6ebd846 commit ed03d1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci_python.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test Python
22

33
on:
44
push:
5-
branches: [ master, development ]
5+
branches: [ master, development, experimental, test* ]
66
pull_request:
7-
branches: [ master, development ]
7+
branches: [ master, development, experimental, test* ]
88

99
jobs:
1010
build:
@@ -13,13 +13,13 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
16+
python-version: ["3.9", "3.10", "3.11"]
1717

1818
steps:
1919

20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

0 commit comments

Comments
 (0)