Skip to content

Commit

Permalink
ci: Test using Python 3.9
Browse files Browse the repository at this point in the history
Test using Python 3.9.
  • Loading branch information
riddell-stan committed Mar 28, 2021
1 parent b95a4db commit 9c2d50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15]
python-version: [3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 9c2d50a

Please sign in to comment.