Test on Python 3.13

This commit is contained in:
Karolina Surma
2024-10-01 12:30:27 +02:00
parent 423d49c1de
commit f68bd81433
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ jobs:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [py39, py310, py311, py312]
tox_env: [py39, py310, py311, py312, py313]
+1 -1
View File
@@ -1,7 +1,7 @@
[tox]
requires =
tox>=4
env_list = py{39,310,311,312}
env_list = py{39,310,311,312,313}
[testenv]
description = run unit tests