Skip to content

Commit e6345f0

Browse files
committed
fix python version 3.1 -> '3.10'
1 parent 1a2ee96 commit e6345f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/install-test-conda-forge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ macos-latest, ubuntu-latest, windows-latest ]
17-
python-version: [ 3.7, 3.8, 3.9, 3.10 ]
17+
python-version: ['3.7', '3.8', '3.9', '3.10']
1818
steps:
1919
- uses: actions/checkout@v2 # for the test data
2020
- uses: conda-incubator/setup-miniconda@v2

.github/workflows/install-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ macos-latest, ubuntu-latest ]
15-
python-version: [ 3.6, 3.7, 3.8, 3.9, 3.10 ]
15+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
1616
steps:
1717
- uses: actions/checkout@v2 # checkout repository with test data
1818
- name: Set up Python

.github/workflows/install-test-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ macos-latest, ubuntu-latest ]
15-
python-version: [ 3.6, 3.7, 3.8, 3.9, 3.10 ]
15+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
1616
steps:
1717
- uses: actions/checkout@v2 # checkout repository with test data
1818
- name: Set up Python

.github/workflows/publish-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: [ macos-latest, ubuntu-latest ]
40-
python-version: [ 3.6, 3.7, 3.8, 3.9, 3.10 ]
40+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
4141
steps:
4242
- uses: actions/checkout@v2 # checkout repository so we can use test data
4343
- name: Set up Python

0 commit comments

Comments
 (0)