Skip to content

Commit

Permalink
Bump ctapipe version into CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenain committed Jun 16, 2023
1 parent 37c5ec1 commit 58952f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
ctapipe-version: [v0.12.0]
python-version: [3.8, 3.9, 3.10, 3.11]
ctapipe-version: [v0.19.1]

defaults:
run:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
]
requires-python = ">=3.8"
dependencies = [
Expand Down

0 comments on commit 58952f1

Please sign in to comment.