stellar / django-polaris

An extendable Django app for building modular Stellar services
https://django-polaris.readthedocs.io
Apache License 2.0
94 stars 66 forks source link

Migrate to Python 3.11 #670

Closed antb123 closed 9 months ago

antb123 commented 1 year ago

What problem does your feature solve?

Performance is significantly better.

What would you like to see?

Migrate to Python 3.11+

What alternatives are there?

Postpone...

JakeUrban commented 1 year ago

Hey @antb123, I don't think we can require everyone to migrate to 3.11 or higher, given that Python 3.7 is still actively maintained. The Python Stellar SDK takes the same approach.

You should still be able to run Polaris with 3.11 in your own project though, right?