Skip to content

Commit

Permalink
build for python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen committed Jun 10, 2022
1 parent ef60bb6 commit ddaa758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: "3.10"
cache: "pip"
cache-dependency-path: "setup.cfg"

Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
name = lsst-ctrl-mpexec
description = Pipeline execution infrastructure for the Rubin Science Pipelines
author = Rubin Observatory Data Management
url = https://github.com/lsst/resources
url = https://github.com/lsst/ctrl_mpexec
author_email = dm-admin@lists.lsst.org
license = GPLv3+ License
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
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 ddaa758

Please sign in to comment.