mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-13 22:00:05 +02:00
🐛 Don't test on Python 3.7
I believe this was never supposed to work on Python 3.7 and there some problems with it: https://github.com/qurator-spk/sbb_textline_detection/issues/64 "Fix" this by removing the test on Python 3.7. Fixes gh-64.
This commit is contained in:
parent
eaf8ecd4d4
commit
c30ce0a625
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
|||
dist: xenial # required for Python >= 3.7
|
||||
language: python
|
||||
python:
|
||||
# sbb_textline_detector requires Python 3.6 or newer
|
||||
# sbb_textline_detector requires Python 3.6
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
# broken on Python 3.7 (and never supposed to work)
|
||||
# tensorflow-gpu<2.0 is not available for Python 3.8
|
||||
|
||||
install:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue