Skip to content

Commit

Permalink
Add python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
parkervg committed Jul 5, 2024
1 parent 430c044 commit dab808b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- ubuntu-latest
- macos-latest
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" /></a>
<a><img src="https://img.shields.io/github/last-commit/parkervg/blendsql?color=green"/></a>
<a><img src="https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/parkervg/e24f1214fdff3ab086b829b5f01f85a8/raw/covbadge.json"/></a>
<a><img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue"/></a>
<a><img src="https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue"/></a>
<br>
</div>

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):
"console_scripts": ["blendsql=blendsql.blend_cli:main"],
},
name="blendsql",
python_requires=">=3.10",
python_requires=">=3.9",
version=find_version("blendsql", "__init__.py"),
url="https://github.com/parkervg/blendsql",
author="Parker Glenn",
Expand All @@ -47,7 +47,7 @@ def find_version(*file_paths):
"python-dotenv==1.0.1",
"sqlglot==18.13.0",
"sqlalchemy>=2.0.0",
"skrub==0.1.0",
"skrub==0.2.0",
# https://github.com/skrub-data/skrub/issues/910
"scikit-learn==1.4.2",
"duckdb<1",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py310,py311,py312,coverage
envlist = py39,py310,py311,py312,coverage

[testenv]
commands =
Expand Down

0 comments on commit dab808b

Please sign in to comment.