diff --git a/.github/workflows/test_core.yml b/.github/workflows/test_core.yml index bf169b5c..c1974982 100644 --- a/.github/workflows/test_core.yml +++ b/.github/workflows/test_core.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test_full.yml b/.github/workflows/test_full.yml index 2954ce34..8c62951b 100644 --- a/.github/workflows/test_full.yml +++ b/.github/workflows/test_full.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4