Skip to content

Commit

Permalink
Update pull_request_tests.yml
Browse files Browse the repository at this point in the history
py3.11 tests added to workflow
  • Loading branch information
bnb32 authored Jul 1, 2024
1 parent 583cddd commit e80002b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull_request_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.10']
python-version: ['3.11']
include:
- os: ubuntu-latest
python-version: 3.9
python-version: '3.10'
- os: ubuntu-latest
python-version: '3.9'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e80002b

Please sign in to comment.