Skip to content

Commit 2490bbf

Browse files
authored
Changed python from 3.6 to 3.x
1 parent fde1b44 commit 2490bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Set up Python 3.6
13+
- name: Set up Python 3.x
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.6
16+
python-version: "3.x"
1717
- name: Versions
1818
run: |
1919
python3 --version

0 commit comments

Comments
 (0)