Skip to content

Commit

Permalink
feat: Add support for Python 3.10 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Jan 31, 2024
1 parent 7aeccf3 commit 8c95a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9]
python-version: ["3.8", "3.9", "3.10"]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ changelog_file = "docs/changelog.md"

[tool.black]
line-length = 88
target-version = ['py38', 'py39']
target-version = ['py38', 'py39', 'py310']
exclude = '''
(
/(
Expand Down

0 comments on commit 8c95a0f

Please sign in to comment.