-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updates for Python 3.11 #192
Conversation
If we are dropping support for python <3.8, we can make many more improvements. E.g. Also, all class definitions that are like Finally, we'll be able to use f-strings which improve readability a lot (that's a big change, I don't suggest doing it now). |
What is the python version used when you run |
The benchmarks use a very old version of |
I got this branch in my computer, I installed using
|
It looks like pip failed to install the updated dependency, rethinkdb v.2.49, from doublethink. I wonder if you have better luck creating a new virtualenv? |
A draft update to the benchmarks is in PR #193 |
An earlier PR, #181, updates warcprox tests for github actions. It includes output from running against Python 3.11.2 that look good. |
I created a new virtualenv and |
No description provided.