Nextdoor / ndscheduler

A flexible python library for building your own cron-like system, with REST APIs and a Web UI.
BSD 2-Clause "Simplified" License
1.08k stars 202 forks source link

Python 3.7 #69

Open kariya2 opened 4 years ago

kariya2 commented 4 years ago

Are there plans to support 3.7?

robnardo commented 3 years ago

Does any one know if there are there any known issues of using python 3.7 for Ndscheduler?

palto42 commented 3 years ago

My fork supports Python 3.7 and has many other updated and additions (e.g. tornado >=6, YAML config option, basic user authentication). The build test on Travis is successful, but I haven't yet added test cases for the added features (only tested by using them).

Seems that this original repository is not maintained anymore since there was no response on my three PR's raised mid 2020. So I decided to just proceed on my fork.