Skip to content

Commit

Permalink
github: ensure functionality across supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hartmann authored and JackUrb committed Mar 20, 2023
1 parent 8e1e550 commit 430f60e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/process-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ jobs:
name: "Functional Test (Websocket)"
runs-on: ubuntu-latest
needs: install-and-build
strategy:
matrix:
python: ['3.8', '3.9', '3.10']
steps:
- name: "Checkout Repository"
uses: actions/checkout@v3
Expand Down

0 comments on commit 430f60e

Please sign in to comment.