Skip to content

Commit

Permalink
Merge pull request #213 from syou6162/feature/support_python_3.9
Browse files Browse the repository at this point in the history
nit: Add support for Python 3.9
  • Loading branch information
z3z1ma authored Feb 6, 2025
2 parents 5f48d6c + ed98b45 commit 39e08c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
dbt-version: ["1.8.0", "1.9.0"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tasks:
cmds:
- for:
matrix:
python_version: ["3.10", "3.11", "3.12"]
python_version: ["3.9", "3.10", "3.11", "3.12"]
dbt_version: ["1.8.0", "1.9.0"]
cmd: |
echo -e "\033[32mtask: [test] uv run pytest (python=={{.ITEM.python_version}} and dbt~={{.ITEM.dbt_version}})\033[0m"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 39e08c4

Please sign in to comment.