diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5fe17d..0e8fdf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - # FIXME - #PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12"] - PYTHON_VERSION: ["3.12"] + PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - uses: actions/checkout@v4