Skip to content

Commit

Permalink
ci: set python version
Browse files Browse the repository at this point in the history
  • Loading branch information
lladdy committed Sep 25, 2023
1 parent 6b919bd commit dad165a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit dad165a

Please sign in to comment.