diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 6a2dec4..f91e992 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -48,7 +48,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ '3.9', '3.11', '3.12', '3.13' ] + python-version: [ '3.9', '3.11', '3.12' ] poetry-version: [ '1.7.1' ] os: [ 'ubuntu-latest' ] runs-on: ${{ matrix.os }}