Skip to content

Commit

Permalink
Merge pull request #191 from lsst/tickets/DM-35191
Browse files Browse the repository at this point in the history
DM-35191: Add test matrix for python versions
  • Loading branch information
mwittgen committed Jun 13, 2022
2 parents 43701df + 3895c24 commit e455e31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
jobs:
build_and_test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]

steps:
- uses: actions/checkout@v3
with:
Expand All @@ -19,7 +23,7 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
with:
python-version: "3.10"
python-version: ${{ matrix.python-version }}
channels: conda-forge,defaults
channel-priority: strict
show-channel-urls: true
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ classifiers =
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Astronomy
long_description = file: README.rst
Expand Down

0 comments on commit e455e31

Please sign in to comment.