Skip to content

Commit

Permalink
💥 Add back 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Nov 25, 2023
1 parent 0661f85 commit 6691ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ jobs:
strategy:
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- "3.10"
- "3.11"
- "3.12"
- |
3.7
3.8
3.9
3.10
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ homepage = "https://github.com/ThatXliner/idae"
# keywords = ["awesome", "project"] # Maximum of 5 keywords

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"
tomli = { version = "^2.0.1", python = "<3.11" }
platformdirs = ">=4.0.0"
packaging = ">=23.2"
Expand Down

0 comments on commit 6691ed9

Please sign in to comment.