Azure / PyRIT

The Python Risk Identification Tool for generative AI (PyRIT) is an open access automation framework to empower security professionals and machine learning engineers to proactively find risks in their generative AI systems.
MIT License
1.92k stars 369 forks source link

FEAT support python 3.13 #532

Open romanlutz opened 2 weeks ago

romanlutz commented 2 weeks ago

Is your feature request related to a problem? Please describe.

Python 3.13 exists so it's time to support it in PyRIT!

Describe the solution you'd like

For reference, here's the PR that added 3.12 https://github.com/Azure/PyRIT/pull/305