biglocalnews / court-scraper

Scrapers for U.S. county court sites.
ISC License
57 stars 18 forks source link

Fix 3.6 CI build error due to cryptography #123

Closed zstumgoren closed 3 years ago

zstumgoren commented 3 years ago

Code build and tests succeed for Python versions 3.6-3.9 locally using tox. But running on Travis in CI generates this build error for Python 3.6. Some basic attempts at suggested fixes failed. Have disabled Python 3.6 Travis integration for now in .travis.yml.

Reference:

zstumgoren commented 3 years ago

Planning to cut over to GH Actions for CI builds and testing #124