sed-group / sed-backend

SED Lab back-end API
0 stars 3 forks source link

Migrate to more recent Python version #67

Closed johnmartins closed 1 year ago

johnmartins commented 2 years ago

The current version of Python utilized in this project is Python 3.8. Since it is getting old, we should consider migrating to a more recent version. However, there are known issues with some of the dependencies (among them, orjson) that will need to be resolved.