agronholm / apscheduler

Task scheduling library for Python
MIT License
6.18k stars 704 forks source link

Fix the logic of the 'if' statement. #773

Closed CrypticDriver closed 1 year ago

CrypticDriver commented 1 year ago

In the current logic, when the python version is 3.9.x, e.g. 3.9.6, it cannot into the first 'if' branch.

agronholm commented 1 year ago

Thanks! That'll teach me to skip interim Python releases on testing...