Skip to content

Commit

Permalink
add 3.9 build
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jan 26, 2021
1 parent bd711fd commit a0be213
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [ 3.8 ]
python-version: [ 3.8, 3.9 ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -42,8 +42,6 @@ jobs:
uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Package source
run: python setup.py sdist
- name: Save source package
Expand Down

0 comments on commit a0be213

Please sign in to comment.