Skip to content

Commit e6d9ffe

Browse files
committed
Merge branch 'main' into release/0.1
2 parents 83e6b23 + 60abdee commit e6d9ffe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
branches:
1010
- main
1111

12+
env:
13+
MAIN_PYTHON_VERSION: '3.10'
14+
1215
jobs:
1316
build:
1417
name: Build package
@@ -18,7 +21,7 @@ jobs:
1821
- name: Setup Python
1922
uses: actions/setup-python@v2
2023
with:
21-
python-version: "3.7"
24+
python-version: ${{ env.MAIN_PYTHON_VERSION }}
2225
- name: Install build requirements
2326
run: |
2427
pip install -U pip
@@ -48,7 +51,7 @@ jobs:
4851
- name: Set up Python
4952
uses: actions/setup-python@v2
5053
with:
51-
python-version: 3.10
54+
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5255

5356
- uses: actions/download-artifact@v2
5457

0 commit comments

Comments
 (0)