kornia icon indicating copy to clipboard operation
kornia copied to clipboard

tests_cpu.yml: Test on Python 3.10

Open cclauss opened this issue 2 years ago โ€ข 5 comments

Changes

Fixes # (issue)

Type of change

  • [ ] ๐Ÿ“š Documentation Update
  • [x] ๐Ÿงช Tests Cases
  • [ ] ๐Ÿž Bug fix (non-breaking change which fixes an issue)
  • [ ] ๐Ÿ”ฌ New feature (non-breaking change which adds functionality)
  • [ ] ๐Ÿšจ Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] ๐Ÿ“ This change requires a documentation update

Checklist

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] My changes generate no new warnings
  • [ ] Did you update CHANGELOG in case of a major change?

cclauss avatar Oct 22 '21 13:10 cclauss

My sense is that if the Py36, Py38, Py310 tests all pass then it is highly unlikely that the Py37 or Py39 tests would fail.

cclauss avatar Oct 25 '21 08:10 cclauss

My sense is that if the Py36, Py38, Py310 tests all pass then it is highly unlikely that the Py37 or Py39 tests would fail.

great - then I'm in to drop 3.7 and 3.9

edgarriba avatar Oct 25 '21 08:10 edgarriba

@cclauss seems that both python 3.10 and torch 1.10 are causing some trouble here

edgarriba avatar Nov 19 '21 11:11 edgarriba

Resynced.

cclauss avatar Jan 10 '22 08:01 cclauss

@cclauss seems that the working python 3.10 is only 3.10.0.0a0

edgarriba avatar Jan 10 '22 08:01 edgarriba

closing in favor of #2025

johnnv1 avatar Dec 15 '22 13:12 johnnv1