Skip to content

Commit

Permalink
downgrade python version to be widly compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn committed Sep 6, 2024
1 parent 443fbb2 commit 7a73c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.12"]
python-version: ["3.9"]
poetry-version: ["1.8.3"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Gordon Julian Koehn <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
python = "^3.9"
setuptools = "^74.1.2"
pandas = "^2.2.2"
matplotlib = "^3.9.2"
Expand Down

0 comments on commit 7a73c8f

Please sign in to comment.