From 7a73c8fffff194a83f3ca6ad86386a0cc2174b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gordon=20J=2E=20K=C3=B6hn?= Date: Fri, 6 Sep 2024 16:17:56 +0200 Subject: [PATCH] downgrade python version to be widly compatible --- .github/workflows/test.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d9df0b..0af6ecd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: true matrix: - python-version: ["3.12"] + python-version: ["3.9"] poetry-version: ["1.8.3"] steps: diff --git a/pyproject.toml b/pyproject.toml index ade6b2a..2cef9fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Gordon Julian Koehn "] readme = "README.md" [tool.poetry.dependencies] -python = "^3.12" +python = "^3.9" setuptools = "^74.1.2" pandas = "^2.2.2" matplotlib = "^3.9.2"