diff --git a/.github/workflows/anacopy.yml b/.github/workflows/anacopy.yml index b7557c6..6185291 100644 --- a/.github/workflows/anacopy.yml +++ b/.github/workflows/anacopy.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - py: [3.7, 3.8, 3.9, "3.10", 3.11] + py: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12] os: [ubuntu] #, macos] runs-on: ${{ matrix.os }}-latest steps: diff --git a/.github/workflows/condabuild.yml b/.github/workflows/condabuild.yml index 6e391e4..406c982 100644 --- a/.github/workflows/condabuild.yml +++ b/.github/workflows/condabuild.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - py: [3.7, 3.8, 3.9, "3.10", 3.11] + py: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12] os: [ubuntu, macos] nm: [opencv-python-headless, sentencepiece] runs-on: ${{ matrix.os }}-latest