RSS-Bridge / rss-bridge

The RSS feed for websites missing it
https://rss-bridge.org/bridge01/
The Unlicense
7.36k stars 1.04k forks source link

Update python dependency for prtester #4311

Closed rakoo closed 1 month ago

rakoo commented 1 month ago

This is necessary for glob.glob() with the root_dir argument

User123698745 commented 1 month ago

@Bockiii sorry, in https://github.com/RSS-Bridge/rss-bridge/pull/4310 I missed to check which python version is used in the pipeline. prtester.py fails with TypeError: glob() got an unexpected keyword argument 'root_dir'. The root_dir parameter of glob.glob() was added with python 3.10