From e6d428434fe63a15bec13fc891d2eece28b408ac Mon Sep 17 00:00:00 2001
From: Mohammad Torkashvand <mohammad.torkashvand@geant.org>
Date: Thu, 9 Nov 2023 14:49:07 +0100
Subject: [PATCH] aded python 3.10 to tox

---
 tox.ini | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tox.ini b/tox.ini
index ebef9884..791bcd09 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,3 +1,6 @@
+[tox]
+envlist = py310
+
 [flake8]
 ; Allow >> on newline (W503), and allow cls as first argument for pydantic validators (B902)
 ignore = B902,W503
-- 
GitLab