Skip to content

Commit

Permalink
corrects connectorx for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Sep 9, 2024
1 parent 0508b11 commit f3654b9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
27 changes: 26 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ mimesis = "^7.0.0"
optional = true
[tool.poetry.group.sources.dependencies]
connectorx = [
{version = "0.3.2", python = "^3.8"},
{version = ">=0.3.2", python = ">=3.9"}
{version = "0.3.2", python = "3.8"},
{version = ">=0.3.3", python = ">=3.9"}
]
pymysql = "^1.1.0"
openpyxl = "^3"
Expand Down

0 comments on commit f3654b9

Please sign in to comment.