Skip to content

Commit

Permalink
Reduce the scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Valentino authored and Antonio Valentino committed Nov 15, 2023
1 parent b23f9c7 commit b05f7c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ jobs:
# needs: build
strategy:
matrix:
python-version: ["3.7", "3.x"]
os: [ubuntu-latest, macos-latest, windows-latest]
# python-version: ["3.7", "3.x"]
# os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.12"]
os: [ubuntu-latest]

steps:
# Only necessary if the test code is located outside the package
Expand Down

0 comments on commit b05f7c9

Please sign in to comment.