1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

Switch to python 3.13 (#693)

Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
This commit is contained in:
Benito López
2025-08-11 01:25:11 +02:00
committed by GitHub
parent ebd6f88acf
commit 00d3a1301f
4 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py38, py39, py310, py311, docs, flake8
envlist = py38, py39, py310, py311, py312, py313, docs, flake8
[gh-actions]
python =
@@ -11,6 +11,7 @@ python =
3.10: py310
3.11: py311
3.12: py312
3.13: py313
[testenv]
deps = jaconv