Skip to content

Commit

Permalink
chore: bump Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeron committed Nov 29, 2024
1 parent 8bd2eb2 commit 856779c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ diff-pdf-visually = "diff_pdf_visually.__main__:main"
include = ["diff_pdf_visually*"]

[requires]
python_version = ['3.6', '3.7', '3.8', '3.9', '3.10']
python_version = ['3.9', '3.10', '3.11', '3.12', '3.13']

[build-system]
requires = ['hatchling']
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{39,310,311,312}
py{39,310,311,312,313}

[testenv]
extras =
Expand Down Expand Up @@ -28,3 +28,4 @@ python =
3.10: py310, check-packaging
3.11: py311
3.12: py312
3.13: py313

0 comments on commit 856779c

Please sign in to comment.