diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddc227bc..2ec1a7c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,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 = [