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

py311 in tests

This commit is contained in:
Patrick Kanzler
2023-04-19 22:15:47 +02:00
parent 70d4da1364
commit 0a8d8ae6c4
3 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py35, py36, py37, py38, py39, py310, docs, flake8
envlist = py37, py38, py39, py310, py311, docs, flake8
[gh-actions]
python =
@@ -9,6 +9,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
[testenv]
deps = nose