From 58952f1fa85b6f42b23c7d91bd1a9afae77a5ba6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lenain Date: Fri, 16 Jun 2023 16:20:07 +0200 Subject: [PATCH] Bump ctapipe version into CI tests. --- .github/workflows/ci.yml | 4 ++-- pyproject.toml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c053eea4..cca0e4d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 6b790d20..926e16f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [