Skip to content

Commit 370d628

Browse files
authored
Update Python 3.4 to Python 3.5 (#13)
1 parent ebcc5df commit 370d628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [2.7, 3.4, 3.9]
18+
python-version: [2.7, 3.5, 3.9]
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)