Skip to content

Commit

Permalink
try enable python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-ld authored Nov 3, 2020
1 parent f41cf20 commit 7f3243c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setuptools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8] # TODO: 3.9 is buggy on actions/setup-python@v2
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- name: Initialize pythom
Expand Down

0 comments on commit 7f3243c

Please sign in to comment.