Skip to content

Commit

Permalink
Merge pull request #140 from DLHub-Argonne/139-add-python-38-and-310-…
Browse files Browse the repository at this point in the history
…to-testing

add Python 3.8 and 3.10 to CI.yml testing matrix
  • Loading branch information
ascourtas committed Jun 14, 2022
2 parents 595d269 + 00533a2 commit d8e06ba
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,22 @@ jobs:
fail-fast: false
matrix:
cfg:
- python_version: 3.9
- python_version: "3.10"
label: latest libraries

- python_version: "3.9"
label: latest libraries

- python_version: "3.8"
label: latest libraries

# Support for changes in Keras
- python_version: 3.7
keras-version: 2.1.3
- python_version: "3.7"
keras-version: "2.1.3"
label: keras-2.1.3

- python_version: 3.7
keras-version: 2.2.3
- python_version: "3.7"
keras-version: "2.2.3"
label: keras-2.2.3

name: "Python ${{ matrix.cfg.python_version }} - ${{ matrix.cfg.label }}"
Expand Down

0 comments on commit d8e06ba

Please sign in to comment.