Skip to content

Commit

Permalink
Update testing_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ndem0 authored Feb 7, 2024
1 parent 5e619b8 commit a55269a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/testing_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
pull_request:
branches:
- "master"
- "v0.1"


jobs:
build:
Expand All @@ -14,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']

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

0 comments on commit a55269a

Please sign in to comment.