Skip to content

Commit

Permalink
Merge pull request #57 from vil02/reduce_build_matrix
Browse files Browse the repository at this point in the history
chore: reduce build matrix
  • Loading branch information
vil02 authored Dec 5, 2024
2 parents f70ef51 + a69fdbd commit 1d63311
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
- macos-12
- windows-2019
- macos-14
- windows-2022
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: ['3.10']

steps:
- name: Checkout
Expand Down

0 comments on commit 1d63311

Please sign in to comment.