diff --git a/.github/workflows/ngen-cal.yaml b/.github/workflows/ngen-cal.yaml index 13f35063..8cf4348d 100644 --- a/.github/workflows/ngen-cal.yaml +++ b/.github/workflows/ngen-cal.yaml @@ -15,11 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - #3.10 ends up building a lot of python deps as whls (e.g. pandas) and it takes a LONG time (11m42s) - #so for now, don't enable testing on 3.10. 3.11 similarly builds some deps, but it - #particaularly fails to build the tables dep since the ubuntu image doesn't have hdf5 - #When 3.11 tables wheel is available, then add it? Also, put 3.10 in quotes or it turns into 3.1 - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/ngen-conf.yml b/.github/workflows/ngen-conf.yml index 82d1d1ec..e41048bb 100644 --- a/.github/workflows/ngen-conf.yml +++ b/.github/workflows/ngen-conf.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/ngen-init-config.yml b/.github/workflows/ngen-init-config.yml index aa216629..0c0697e4 100644 --- a/.github/workflows/ngen-init-config.yml +++ b/.github/workflows/ngen-init-config.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v2