pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.66k stars 141 forks source link

Dockerfile: Run on Python 3.11 #452

Closed cclauss closed 9 months ago

cclauss commented 1 year ago

https://docs.python.org/3.11/whatsnew/3.11.html

Python 3.11 is between 10-60% faster than Python 3.10. On average, we measured a 1.25x speedup on the standard benchmark suite.

Jwomers commented 1 year ago

Hi @cclauss this is interesting, thank you! As you may know we at PyUp maintain Safety CLI and Safety-db, and love meeting others in the Python community. I'd love to meet you and chat about your work and learn more about it! Shoot me an email at justin@pyup.io :)

cclauss commented 1 year ago

I sent you an email as requested on 30 Jan 2023.

What is the status on this pull request and #435 ?