goodboy / tractor

A distributed, structured concurrent runtime for Python (and friends)
GNU Affero General Public License v3.0
271 stars 12 forks source link

Drop 3.8 support, add 3.10 support #247

Closed goodboy closed 3 years ago

goodboy commented 3 years ago

I'm thinking running with the latest 2 python releases is good enough while we're in hackzor-alpha-beta-experimental project mode. We'll need an actions update to include 3.10 and will likely need some fixes to the MP backend i'm guessing.

For #241 to land we need to drop 3.8 and there's a few other issues that can be addressed to clean up a lot of code with new stuff from 3.9:

goodboy commented 3 years ago

Closed by our alpha3 release in https://github.com/goodboy/tractor/pull/259