Skip to content

Commit

Permalink
remove python 3.10 from build_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Jan 30, 2025
1 parent 7a6afb9 commit 899a3f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: ['3.10', '3.11', '3.12' ]
exclude:
- os: macos-latest
python-version: '3.10'
python-version: ['3.11', '3.12' ]
env:
DISPLAY: ':99.0'
steps:
Expand Down

0 comments on commit 899a3f2

Please sign in to comment.