Skip to content

Commit

Permalink
ci: drop 3.7; enable 3.10 & 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney authored and hellkite500 committed Aug 15, 2024
1 parent 1a399d9 commit bb7aebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ngen-cal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
#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.7, 3.8, 3.9] #, '3.10', 3.11]
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bb7aebf

Please sign in to comment.