diff --git a/.github/workflows/hsp2-pip-install-test.yml b/.github/workflows/hsp2-pip-install-test.yml index 26a9c372..79cd82c7 100644 --- a/.github/workflows/hsp2-pip-install-test.yml +++ b/.github/workflows/hsp2-pip-install-test.yml @@ -31,6 +31,7 @@ jobs: test-pytest: runs-on: ubuntu-latest + continue-on-error: true strategy: matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] @@ -59,6 +60,7 @@ jobs: test-cmd: runs-on: ubuntu-latest + continue-on-error: true strategy: matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] diff --git a/pyproject.toml b/pyproject.toml index 8fd69f2b..9c358295 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ classifiers = [ "License :: OSI Approved :: GNU Affero General Public License v3", "Natural Language :: English", "Operating System :: OS Independent", + "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", @@ -43,7 +44,7 @@ keywords = [ "python", ] license = {file = "LICENSE"} -requires-python = ">=3.10" +requires-python = ">=3.9" [project.optional-dependencies] slim = ["numba", "pandas"]