kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.14k stars 570 forks source link

Records is not compatible with Python 3.8+ #214

Closed robstel closed 4 months ago

robstel commented 3 years ago

records python3 is not compatible with new sqlalchemy release 1.4.0 (#208) https://github.com/kennethreitz/records/issues/208 but versions of sqlalchemy older than 1.4.0 are not compatible with Python 3.8+: module 'time' has no attribute 'clock' in python3.8b1 #4731 https://github.com/sqlalchemy/sqlalchemy/issues/4731

kennethreitz commented 4 months ago

This should be fixed now!