Skip to content

Commit 7ab9677

Browse files
committed
ENH: Update Python versions in CI
Drops support for Python 3.6 and adds support for Python 3.10 according to ITK dependency.
1 parent 03d063b commit 7ab9677

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
max-parallel: 4
1111
matrix:
1212
os: [ubuntu-latest, macos-latest]
13-
python-version: [3.6, 3.7, 3.8, 3.9]
13+
python-version: ['3.7', '3.8', '3.9', '3.10']
1414

1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v2
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v2
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies

0 commit comments

Comments
 (0)