Skip to content

Commit

Permalink
Upgrade python version to 3.11
Browse files Browse the repository at this point in the history
As per discussion in DistributedProofreaders#57, this is a compromise between using 3.12
and not causing undue hassle for Linux users.

Also, while here, update black version to 23.12, which is the last
release using the 2023 stable style.

Fixes DistributedProofreaders#57
  • Loading branch information
windymilla committed Dec 29, 2023
1 parent 26e0359 commit 82b1628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ readme = "README.md"
packages = [{include = "guiguts", from = "src"}]

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

[tool.poetry.group.dev.dependencies]
black = "^23.11"
black = "^23.12"
flake8 = "^6.1"
Sphinx = "^7.2"
pytest = "^7.4"
Expand Down

0 comments on commit 82b1628

Please sign in to comment.