diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 252e54b..1a4929d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -84,7 +84,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.13' # Use 3.13 until bandit supports 3.14 + python-version: '3.14' # Use 3.13 until bandit supports 3.14 - name: Install security tools run: |