Skip to content

Commit

Permalink
remove python 3.12 and setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
yehoshuadimarsky committed Nov 24, 2024
1 parent 978fb8d commit 5195850
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 329 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ dependencies = [
"pandas >=1.5",
"pyodbc >=5",
"sqlalchemy >=1.4",
"setuptools"
]
requires-python = ">=3.8.1"
requires-python = ">=3.8.1,<=3.11"

[dependency-groups]
dev = [
Expand Down
Loading

0 comments on commit 5195850

Please sign in to comment.