You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/travis/virtualenv/python3.4.8/lib/python3.4/site-packages/sqlalchemy/util/compat.py", line 189, in
from typing import TYPE_CHECKING
ImportError: No module named 'typing'
Looks like a recently introduced incompatibility in sqlalchemy. I could investigate further, but I'm inclined to just drop Python 3.4 from the test matrix since it is past its expiration date.
Any objections?
The text was updated successfully, but these errors were encountered:
I'm seeing a new build failure on Python 3.4.
https://travis-ci.org/github/veekun/pokedex/jobs/765569618#L241
Looks like a recently introduced incompatibility in sqlalchemy. I could investigate further, but I'm inclined to just drop Python 3.4 from the test matrix since it is past its expiration date.
Any objections?
The text was updated successfully, but these errors were encountered: