Skip to content

Commit

Permalink
Require python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter554 committed Oct 18, 2023
1 parent 47f82ac commit de0de49
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install taskfile
run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
- name: Install poetry
Expand Down
199 changes: 118 additions & 81 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://github.com/Peter554/shrtcodes#readme"
repository = "https://github.com/Peter554/shrtcodes"

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"

[tool.poetry.dev-dependencies]
black = "^22.12.0"
Expand Down

0 comments on commit de0de49

Please sign in to comment.