From eb0ee85b8ba43b0206df3c7f6afedb8e5a077888 Mon Sep 17 00:00:00 2001 From: Landung 'Don' Setiawan Date: Mon, 27 Nov 2023 12:45:44 -0800 Subject: [PATCH] chore: Set min python to 3.9 --- .github/workflows/python-app.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index d39649a5..ff39183c 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - python-version: ["3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] os: [ubuntu-latest, windows-latest, macOS-latest] steps: diff --git a/pyproject.toml b/pyproject.toml index 991f8e28..61c6a691 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ ] description = "The lensing pipeline of the future: GPU-accelerated, automatically-differentiable, highly modular. Currently under heavy development: expect interface changes and some imprecise/untested calculations." readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.9" license = {file = "LICENSE"} keywords = [ "caustics",