Support Python 3.8
coyotemarin opened this issue · 1 comments
coyotemarin commented
Python 3.8 was released last October.
Currently, tests do not pass with Python 3.8. The problem seems to be with pyspark
.
coyotemarin commented
"Solved" this by disabling Spark tests when unit-testing Python 3.8 (see #2152).
Can't really do this without a working pyspark
library to run unit tests against. pyspark
2.4.5, released Feb 6, 2020, did not work.