Skip to content

Commit

Permalink
chore: python 3.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
p9f committed Nov 21, 2023
1 parent 92f0e74 commit 9c3855b
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ["3.11", "3.12"]
version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Install poetry
Expand Down
136 changes: 84 additions & 52 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 @@ -11,7 +11,7 @@ readme = "README.md"
license = "MIT"

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

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.4"
Expand Down

0 comments on commit 9c3855b

Please sign in to comment.