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 49cbc52 commit 2d7cf9eCopy full SHA for 2d7cf9e
.github/workflows/ci.yaml
@@ -84,7 +84,7 @@ jobs:
84
- name: Set up Python
85
uses: actions/setup-python@v6
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