From 8a9bb72ac6970bbdf9257fb2ad72036af651fa09 Mon Sep 17 00:00:00 2001
From: Christoph Alt <christoph.alt@fau.de>
Date: Wed, 2 Aug 2023 08:01:23 +0200
Subject: [PATCH] using python3.10 instead of python3.9

---
 tox.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tox.ini b/tox.ini
index 28c7cf2..7b61355 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py39
+envlist = py310
 requires = setuptools >= 40.0.0
 
 [testenv]
@@ -8,7 +8,7 @@ deps =
 commands = pytest --junitxml=report.xml
 
 [testenv:docs]
-basepython = python3.9
+basepython = python3.10
 deps =
   sphinx
 
-- 
GitLab