Skip to content

Commit

Permalink
Deprecated python 3.6 from tests due to opencv deprecation on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Jan 8, 2025
1 parent 08881ed commit cb642a5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,8 @@ jobs:
strategy:
matrix:
os: [ windows-2019, ubuntu-20.04, macos-13 ]
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
python-version: [ 3.7, 3.8, 3.9 ]
pytorch-version: [1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0, 1.13.0]
exclude:
- python-version: 3.6
pytorch-version: 1.11.0
- python-version: 3.6
pytorch-version: 1.12.0
- python-version: 3.6
pytorch-version: 1.13.0

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

0 comments on commit cb642a5

Please sign in to comment.