Skip to content

Commit

Permalink
Add Python 3.11, remove 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kojiishi committed Sep 9, 2023
1 parent aa03dea commit 9a93a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/kojiishi/east_asian_spacing"
license = "Apache-2.0"

[tool.poetry.dependencies]
python = ">=3.7"
python = ">=3.8"
fonttools = {version = ">=4.13.0", extras = ["woff"]}
uharfbuzz = ">=0.17"

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py3{7,8,9,10}
envlist = py3{8,9,10,11}
# Set "isolated_build" to use "pyproject.toml".
isolated_build = True
# "isolated_build" requires 3.3.0.
Expand Down

0 comments on commit 9a93a6f

Please sign in to comment.