We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0afd4e commit 65a6286Copy full SHA for 65a6286
.github/workflows/ci.yaml
@@ -84,7 +84,7 @@ jobs:
84
- name: Set up Python
85
uses: actions/setup-python@v5
86
with:
87
- python-version: '3.13' # Use 3.13 until bandit supports 3.14
+ python-version: '3.14' # Use 3.13 until bandit supports 3.14
88
89
- name: Install security tools
90
run: |
0 commit comments