Skip to content

Commit

Permalink
Merge pull request #4 from smheidrich/build-for-more-python-versions-1
Browse files Browse the repository at this point in the history
Also build for Python 3.8 and 3.10
  • Loading branch information
smheidrich authored Sep 18, 2022
2 parents 65f6db3 + 8d7da26 commit fe590aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-prelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pyver: [39]
pyver: [38,39,310]
steps:
- name: Check out repo and submodule repos
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pyver: [39]
pyver: [38,39,310]
steps:
- name: Check out repo and submodule repos
uses: actions/checkout@v2
Expand Down

0 comments on commit fe590aa

Please sign in to comment.