diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 151a2f9..6a87307 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: [3.11, 3.12] steps: - uses: actions/checkout@v2 - name: Set up Python @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: [3.11, 3.12] steps: - uses: actions/checkout@v2 - name: Set up Python @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: [3.11, 3.12] steps: - uses: actions/checkout@v2 - name: Set up Python @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: [3.11, 3.12] steps: - uses: actions/checkout@v2 - name: Set up Python