Skip to content

Commit

Permalink
ci: test w/ 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney committed Sep 25, 2024
1 parent e3017a3 commit 348a93a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ngen-cal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ngen-conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ngen-init-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 348a93a

Please sign in to comment.