Skip to content

Commit

Permalink
test on python 3.10 only (no dependencies anyway) and all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraMekki0 authored Feb 19, 2024
1 parent afd03a6 commit 74f8e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
max-parallel: 12
matrix:
os: [macos-latest, ubuntu-latest] #, ubuntu-latest, windows-latest
python-version: ["3.9", "3.10"] #"3.7", "3.8", "3.10", , "3.11"
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.10"]

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 74f8e8b

Please sign in to comment.