Skip to content

Commit

Permalink
fix(ci): require 3.8 for windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
roedoejet committed Sep 5, 2023
1 parent 22644e7 commit 30dc282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.6"
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ g2p/tests/private

.DS_Store
.vscode
.python-version

*.log
log.txt
Expand Down

0 comments on commit 30dc282

Please sign in to comment.