AirportR / fulltclash

General proxy performance testing tool based on Clash using Telegram API.
https://fulltclash.gitbook.io/fulltclash-doc
BSD 2-Clause "Simplified" License
645 stars 109 forks source link

Update Python version requirement to 3.10 #173

Closed cesaryuan closed 6 months ago

cesaryuan commented 6 months ago

Operator '|' needs python version 3.10 https://github.com/AirportR/FullTclash/blob/d9eb6062d458f72e8a61e83d9c4a24da98c00b8f/utils/cleaner.py#L1837

PEP 604 – Allow writing union types as X | Y | peps.python.org

AirportR commented 6 months ago

这是我的疏忽,目前依然会支持Python3.9,即将修复。 This is my oversight, it will still support Python 3.9 for now, and will be fixed soon.