Skip to content

Commit

Permalink
Update python versions tested in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkubi authored Apr 7, 2023
1 parent bfc90d8 commit 9583761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-and-publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
jobs:
run-tests:
name: Run Tests
runs-on: ubuntu-latest
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 9583761

Please sign in to comment.