diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-11 17:33:41 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-11 17:33:41 +0200 |
commit | a0c5adf3aeb40f5f81caab004f5886de41757a63 (patch) | |
tree | cf2dd8fb43c7d81e32643294eedb4e55592896cf | |
parent | 69e80909dcaee80d5f02054f714b56a34c6f4d40 (diff) |
Degrade python version requirements to accommodate version on GHA server.
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 30fa72e..2b936e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.f readme = "README.md" [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" [tool.poetry.group.dev.dependencies] |