Skip to content

Commit d49758f

Browse files
committed
Test using Python 3.6
1 parent 9f3665b commit d49758f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mainpython35.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout Pre-Built Action
1616
uses: actions/checkout@v3
1717

18-
- name: Setup Python 3.5
18+
- name: Setup Python 3.6
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.5'
21+
python-version: '3.6'
2222

2323
- name: Build PyGAD from the Repository
2424
run: |

0 commit comments

Comments
 (0)