Skip to content

Commit

Permalink
📌 Change python version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sjquant committed Apr 19, 2024
1 parent 925ccf5 commit 4a4bd79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
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@v4
with:
python-version: "3.11"
python-version: "3.10"

- name: Install Poetry
run: |
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
with:
tag_name: ${{ steps.version_check.outputs.new_version }}
generate_release_notes: True

- name: mint API token
id: mint-token
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
typer = "^0.9.0"
pydantic = "^2.6.3"

Expand Down

0 comments on commit 4a4bd79

Please sign in to comment.