Skip to content

Commit

Permalink
use python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
buremba committed May 16, 2024
1 parent 9ee13a3 commit 1beaa4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.10"

- name: Upgrade pip
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ documentation = "https://github.com/jinjat-data/jinjat"
repository = "https://github.com/jinjat-data/jinjat"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.10"
python = ">=3.8.1,<3.11"
click = ">7"
dbt-core = "=1.5.0"
watchdog = ">=2.2.1"
Expand Down

0 comments on commit 1beaa4a

Please sign in to comment.