Skip to content

Commit

Permalink
Use python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Nov 3, 2023
1 parent c8e5283 commit 55289be
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update python
uses: actions/setup-python@v4
with:
python-version-file: cli/.python-version
- name: Update pipx
run: |
python3 -m pip install pipx
Expand Down
1 change: 0 additions & 1 deletion cli/.python-version

This file was deleted.

3 changes: 1 addition & 2 deletions cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ readme = "README.md"
build = "cli.build:main"

[tool.poetry.dependencies]
python = "^3.12"
requests = "^2.31.0"
python = "^3.10"


[tool.poetry.group.format.dependencies]
Expand Down

0 comments on commit 55289be

Please sign in to comment.